Xmtogglebuttongetstate a togglebutton function that obtains the state of a togglebutton "xmtogglebuttongetstate" "togglebutton functions" "xmtogglebuttongetstate"
#include <Xm/ToggleB.h> Boolean XmToggleButtonGetState( Widget widget);
XmToggleButtonGetState obtains the state of a ToggleButton.
Specifies the ToggleButton widget ID
For a complete definition of ToggleButton and its associated resources, see XmToggleButton(3).
Returns True if the button is selected and False if the button is unselected.