Query: xmtogglebuttongetstate
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmToggleButtonGetState(library call) XmToggleButtonGetState(library call)NAMEXmToggleButtonGetState -- A ToggleButton function that obtains the state of a ToggleButtonSYNOPSIS#include <Xm/ToggleB.h> Boolean XmToggleButtonGetState( Widget widget);DESCRIPTIONXmToggleButtonGetState 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).RETURNReturns True if the button is selected and False if the button is unselected.RELATEDXmToggleButton(3). XmToggleButtonGetState(library call)