xmtogglebuttongetstate(3) - Linux man page
Name
XmToggleButtonGetState - A ToggleButton function that obtains the state of a ToggleButton
Synopsis
#include <Xm/ToggleB.h> Boolean XmToggleButtonGetState( Widget widget);
Description
XmToggleButtonGetState obtains the state of a ToggleButton.
- widget
Specifies the ToggleButton widget ID
- For a complete definition of ToggleButton and its associated resources, see xmtogglebutton(3).
Return
Returns True if the button is selected and False if the button is unselected.
Related
xmtogglebutton(3).