|
Contents | Previous | Next |
| Syntax |
addcontrol(caption, geometry, control type, ... )
|
setcontrol(handle, value)
| |
getcontrol(handle)
| |
| See Also | adddialog , delwin |
addcontrol adds controls to a
dialog
window.
The function setcontrol
sets the current state of a control
and the function getcontrol
gets the current state of a control.
Each of the sections listed below
discusses these functions for a specific control type.
Trailing spaces in the control type specification are ignored.
Controls can be enabled and disabled using the show
and hide
functions.