Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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