DwtToggleButtonGetState(3Dwt)
Name
DwtToggleButtonGetState − Gets the current state of the toggle button.
Syntax
Boolean DwtToggleButtonGetState(widget)
Widget widget;
Arguments
widgetSpecifies the widget ID.
Description
The DwtToggleButtonGetState function returns the current state (value) of the toggle button, either True (on) or False (off).
Return Value
This function returns the toggle button’s current state: True (on) or False (off).
See Also
DwtToggleButton (3Dwt), DwtToggleButtonSetState (3Dwt)
Guide to the XUI Toolkit: C Language Binding
Guide to the XUI Toolkit Intrinsics: C Language Binding
Subroutines