XmToggleButtonGetState(library call) XmToggleButtonGetState(library call)
NAME [Toc] [Back]
XmToggleButtonGetState - A ToggleButton function that obtains the
state of a ToggleButton
SYNOPSIS [Toc] [Back]
#include <Xm/ToggleB.h>
Boolean XmToggleButtonGetState(
Widget widget);
DESCRIPTION [Toc] [Back]
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 [Toc] [Back]
Returns True if the button is selected and False if the button is
unselected.
RELATED [Toc] [Back]
XmToggleButton(3).
- 1 - Formatted: January 24, 2005 [ Back ] |