1XmToggleButtonGetState(library call)      XmToggleButtonGetState(library call)
2
3
4

NAME

6       XmToggleButtonGetState — A ToggleButton function that obtains the state
7       of a ToggleButton
8

SYNOPSIS

10       #include <Xm/ToggleB.h>
11       Boolean XmToggleButtonGetState(
12       Widget widget);
13

DESCRIPTION

15       XmToggleButtonGetState obtains the state of a ToggleButton.
16
17       widget    Specifies the ToggleButton widget ID
18
19       For a complete definition of ToggleButton and its associated resources,
20       see XmToggleButton(3).
21

RETURN

23       Returns True if the button is selected and False if the button is unse‐
24       lected.
25
27       XmToggleButton(3).
28
29
30
31                                          XmToggleButtonGetState(library call)
Impressum