User interface controls

print - write in the text output

mousepos - current position of the mouse

label - create a label
button - create a button
checkbox - create a checkbox
textbox - create a textbox
listview - create a listview
slider - create a slider

gettext - get text content from a GUI element
settext - set text content of a GUI element
getvalue - get current value of a GUI element
setvalue - set current value of a GUI element
setonclick - set click handler for a GUI element
setonchange - set value changed handler for a GUI element
checkedp, checked? - is checkbox checked?

eventenable - enable handling function
eventdisable - disable handling function

See also:

Table of Content