| Widget List |
| Widget Tag |
Description |
| button |
This widget represents a button. |
| checkbox |
This widget represents a check box. |
| choice |
This widget represents a choice. |
| container |
This widget is the base of all Kuix widgets. |
| desktop |
This widget represents the Kuix desktop. |
| dndcontainer |
This widget represents a drag and drop container. |
| gauge |
This widget represents a gauge. |
| hyperlink |
This widget represents an hyperlink. |
| list |
This widget represents a list. |
| listitem |
This widget represents a list item. |
| menu |
This widget represents a menu. |
| menuitem |
This widget represents a menu item. |
| menupopup |
This widget represents a menu popup. |
| picture |
This widget represents a picture. |
| popupbox |
This widget represents a popup box. The side of popupboxFirstMenuItem and popupboxSecondMenuItem depends of the Kuix.firstIsLeft property. |
| radiobutton |
This widget represents a radio button. |
| radiogroup |
This widget represents a radio buttons group. |
| screen |
This widget represents a Kuix screen. The side of screenFirstMenu and screenSecondMenu depends of the Kuix.firstIsLeft property. |
| scrollbar |
This widget represents a scroll bar. |
| scrollpane |
This widget represents a scroll pane. |
| tabfolder |
This widget represents a tab folder. |
| tabitem |
This widget represents a tab item. |
| text |
This widget represents a text. |
| textarea |
This widget represents a textarea. |
| textfield |
This widget represents a textfield. |
| Internal Widget List |
| Widget Tag |
Description |
| choicecontainer |
This widget represents the choice's container. The inner container widget used to hold the selected radioButton content in the choice widget. |
| choiceradiogroup |
This widget represents the choice's radioGroup widget used to hold choice values. |
| choicescreen |
This widget represents the choice's screen used to list all choices. |
| gaugebar |
This widget represents the gauge's bar. |
| popupboxbottombar |
This widget represents a popupbox bottom bar (used for menu items) |
| popupboxfirstmenuitem |
The popupbox's first menu item, displayed by default on the left in the bottom bar (see Kuix.firstisleft parameter). |
| popupboxsecondmenuitem |
The popupbox's first menu item, displayed by default on the right in the bottom bar (see Kuix.firstisleft parameter). |
| screenbottombar |
This widget represents a screen bottom bar (used for menu) |
| screenfirstmenu |
The screen's first menu, displayed by default on the left in the bottom bar (see Kuix.firstisleft parameter). |
| screensecondmenu |
The screen's second menu, displayed by default on the right in the bottom bar (see Kuix.firstisleft parameter). |
| screentopbar |
This widget represents a screen top bar (used for title) |
| scrollbarbar |
This widget represents the scrollBar's bar. |
| scrollpanecontainer |
This widget represents the scrollPane's container (where content is added). |
| scrollpanescrollbar |
This widget represents the scrollPane's scrollBar. |
| tabfolderbuttonscontainer |
The widget that contains tabButtons. |
| tabfoldercontainer |
This widget represents the tabFolder's container (where tabItems are added). |
| tabfolderdefaulttabitem |
This widget represents the tabFolder's default tab item. The default tabItem displayed if the tabFolder contains no tab or all are disabled. |
| tabitembutton |
This widget represents a tabItem's button. |