The following interface elements are supported:
IupButton
|
- |
Creates an interface element that is a button, that can contain a text and/or an image.
|
IupCanvas
|
- |
Creates an interface element that is a canvas - a working area for your application.
|
IupImage
|
- |
Creates an image to be shown on a label, button, toggle, or as a cursor.
|
IupLabel
|
- |
Creates a label interface element, which displays a separator, a text or an image.
|
IupList
|
- |
Creates an interface element that displays a list of items.
|
IupMatrix
|
- |
Creates a matrix of alphanumeric fields.
|
IupMenu
|
- |
Creates a menu element, which groups 3 types of interface elements: item, submenu and separator.
|
IupMenuItem
|
- |
Creates an item of the menu interface element. Aka IupItem.
|
IupSeparator
|
- |
Creates the separator interface element. It shows a line between two menu items.
|
IupSubmenu
|
- |
Creates a menu item that, when selected, opens another menu.
|
IupProgressBar
|
- |
Creates a progress bar control.
|
IupText
|
- |
Creates an editable text field.
|
IupToggle
|
- |
Creates a toggle interface element
|
IupTree
|
- |
Creates a tree containing nodes of branches or leaves.
|
IupValuator
|
- |
Creates a Valuator control (aka Scale, Slider, or Trackbar).
|
IupCreate
|
- |
(not officially supported)
|
IupDestroy
|
- |
Destroys an interface element and all its children.
|