Open topic with navigation
GUI command table
viz module commands for adding GUI elements
<viz>.addButtonLabel
<viz>.addCheckbox
<viz>.addButton
<viz>.addButtonLabel
<viz>.addDropList
<viz>.addRadioButton
<viz>.addSlider
<viz>.addText
<viz>.addTextbox
<viz>.setTheme
node3d commands for working with GUIs
Note: GUI elements
inherit generic node3d commands as well
<node3d:GUI>.disable
<node3d:GUI>.enable
<node3d:GUI>.getFocus
<node3d:GUI>.getLength
<node3d:GUI>.setFocus
<node3d:GUI>.setLength
<node3d:GUI>.setTheme
<node3d:GUI:button>.downpicture
<node3d:GUI:button>.get
<node3d:GUI:button>.set
<node3d:GUI:button>.uppicture
<node3d:GUI:buttonlabel>.get
<node3d:GUI:buttonlabel>.overflow
<node3d:GUI:droplist>.addItem
<node3d:GUI:droplist>.addItems
<node3d:GUI:droplist>.clearItems
<node3d:GUI:droplist>.getItem
<node3d:GUI:droplist>.getItemCount
<node3d:GUI:droplist>.getItems
<node3d:GUI:droplist>.getSelection
<node3d:GUI:droplist>.overflow
<node3d:GUI:droplist>.removeItem
<node3d:GUI:droplist>.select
<node3d:GUI:progressbar>.get
<node3d:GUI:progressbar>.set
<node3d:GUI:slider>.barpicture
<node3d:GUI:slider>.dragging
<node3d:GUI:slider>.get
<node3d:GUI:slider>.horizontal
<node3d:GUI:slider>.margin
<node3d:GUI:slider>.set
<node3d:GUI:slider>.setTickSize
<node3d:GUI:slider>.tickpicture
<node3d:GUI:slider>.vertical
<node3d:GUI:textbox>.getCursorPos
<node3d:GUI:textbox>.overflow
<node3d:GUI:textbox>.setCursorPos
Actions for GUI events
<vizact>.onbuttondown
<vizact>.onbuttonup
<vizact>.onlist
<vizact>.onslider
Task conditions for GUI events
<viztask>.waitButtonDown
<viztask>.waitButtonUp
See also
In this section:
User interface basics
GUI elements
Getting
data from GUI elements
GUI appearance
vizinfo
vizmenu
vizinput
vizdlg
vizconfig
viztip
Displaying HTML
GUI command table
Other sections:
Event Basics
Action basics
Text node basics
Example scripts:
vizInfo
vizMenu
Prompt