DDgui_set and DDgui_get/DDgui_get$ values
DDgui_set values available :
ID Value
Name
Value
“”
“MOVEABLE”
TRUE – Enable window to be moved (and create title bar)
FALSE – Disable window movement (and remove title bar)
“”
id$
“TEXT”
If this is not an empty string, then a title bar will be created
Sets widget to new text
“”
“SCALEABLE”
TRUE – Allows window to be resized
FALSE – Disables window re-sizing
“”
“XPOS”
Sets horizontal position of window
“”
“YPOS”
Sets vertical position of window
“”
id$
“WIDTH”
Sets width of window
Sets width of widget
“”
id$
“HEIGHT”
Sets height of window
Sets height of window
id$
“ALIGN”
Aligns the widget into the available space :
-1 : Align left
0 : Centre
1 : Align right
id$
“TOOLTIP”
Set tool-tip text for widget
id$
“SELECT”
Select which radio button, checkbox or line to be activated
“”
“INKEY”
Adds character to widget when it is updated (like mouse moves over it)
id$
“MINVAL”
Sets minimum value for slider
id$
“MAXVAL”
Sets maximum value for slider
id$
“STEP”
Sets step value for slider