logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmToggleButtonGetState — A ToggleButton function that obtains the state of a ToggleButton

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

Name

XmToggleButtonGetState   —   A   ToggleButton   function   that  obtains  the  state  of  a  ToggleButton
       "XmToggleButtonGetState" "ToggleButton functions" "XmToggleButtonGetState"

Return

       Returns True if the button is selected and False if the button is unselected.

Synopsis

       #include <Xm/ToggleB.h>
       BooleanXmToggleButtonGetState(
       Widgetwidget);

See Also