ultrix man page for dwttogglebuttonsetstate

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)
Related Man Pages
dwtstextseteditable(3dwt) - ultrix
dwtcstextgeteditable(3dwt) - ultrix
dwtcstextclearselection(3dwt) - ultrix
dwtstextgeteditable(3dwt) - ultrix
dwtstextsetmaxlength(3dwt) - ultrix
Similar Topics in the Unix Linux Community
Lost root password / Can't login as root
How do you detect keystrokes in canonical mode?
Linux (Ubuntu) = Unix (NOT IMPORTANT - NO RUSH)
Can I change my hostname without messing things up?
PHP Write Man Pages to MySQL DB