Query: dwttogglebuttonsetstate
OS: ultrix
Section: 3dwt
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DwtToggleButtonSetState(3Dwt) DwtToggleButtonSetState(3Dwt) Name DwtToggleButtonSetState - Sets or changes the current state of the toggle button. Syntax void DwtToggleButtonSetState(widget, value, notify) Widget widget; Boolean value; Boolean notify; Arguments widget Specifies the widget ID. value Specifies a boolean value that, when False, indicates the button state is off. If True, the button state is on. This argument sets the DwtNvalue attribute associated with DwtToggleButtonCreate. notify Specifies a boolean value that, when True, indicates a recent change in the on/off state of the toggle button and DwtNval- ueChangedCallback should be activated with the recent change. If False, no change in state has occurred and DwtNvalueChanged- Callback should not be activated. Description The DwtToggleButtonSetState function sets or changes the toggle button's current state (value) within the display. See Also DwtToggleButton(3Dwt), DwtToggleButtonGetState(3Dwt) Guide to the XUI Toolkit: C Language Binding Guide to the XUI Toolkit Intrinsics: C Language Binding DwtToggleButtonSetState(3Dwt)