XmToggleButtonSetValue (3) Linux Manual Page
XmToggleButtonSetValue — A ToggleButton function that sets or changes the current state Synopsis #include <Xm/ToggleB.h> void XmToggleButtonSetValue( Widget widget, XmToggleButtonState state, Boolean notify); Description XmToggleButtonSetValue sets or changes the ToggleButton’s current state. widget Specifies the ToggleButton widget ID. state Specifies whether the ToggleButton state is selected or unselected. If the value is True, the button…
