[ Previous | Next | Contents | Glossary | Home | Search ]
Motif 2.1 Programmer's Reference


XmToggleButtonGetState

A ToggleButton function that obtains the state of a ToggleButton

Format

#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).


[ Previous | Next | Contents | Glossary | Home | Search ]