Unix and Linux Discussions Tagged with state |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
17,386 |
AIX |
|
|
|
4 |
5,728 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
27,255 |
Solaris |
|
|
|
7 |
14,862 |
Infrastructure Monitoring |
|
|
|
0 |
7,730 |
Web Development |
|
|
|
9 |
17,088 |
Red Hat |
|
|
|
5 |
1,399 |
Shell Programming and Scripting |
|
|
|
4 |
8,641 |
Shell Programming and Scripting |
|
|
|
0 |
2,008 |
Complex Event Processing RSS News |
|
|
|
0 |
1,652 |
Software Releases - RSS News |
|
|
|
0 |
1,656 |
Software Releases - RSS News |
|
|
|
0 |
2,365 |
OS X Support RSS |
|
|
|
2 |
8,749 |
Solaris |
|
|
|
0 |
5,475 |
Programming |
|
|
|
0 |
5,262 |
Shell Programming and Scripting |
|
|
|
0 |
1,773 |
Complex Event Processing RSS News |
|
|
|
0 |
1,229 |
Software Releases - RSS News |
|
|
|
1 |
5,876 |
Solaris |
|
|
|
0 |
1,770 |
Complex Event Processing RSS News |
|
|
|
11 |
87,227 |
Solaris |
|
|
|
0 |
1,116 |
Software Releases - RSS News |
|
|
|
0 |
1,241 |
Software Releases - RSS News |
|
|
|
0 |
1,520 |
Software Releases - RSS News |
|
|
|
0 |
1,248 |
Software Releases - RSS News |
|
|
|
0 |
1,147 |
Software Releases - RSS News |
|
|
|
0 |
1,732 |
Software Releases - RSS News |
|
|
|
14 |
8,017 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
6,678 |
Filesystems, Disks and Memory |
|
|
|
2 |
3,438 |
Programming |
|
|
|
6 |
42,495 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,599 |
Programming |
|
|
|
1 |
8,998 |
Programming |
|
|
|
2 |
5,776 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
5,826 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
5,806 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
4,662 |
Programming |
|
|
|
2 |
11,657 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,467 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
7,694 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
4,016 |
IP Networking |
XmToggleButtonGadgetSetState(3X) XmToggleButtonGadgetSetState(3X)
NAME
XmToggleButtonGadgetSetState - A ToggleButtonGadget function that sets or changes the current state
SYNOPSIS
#include <Xm/ToggleBG.h>
void XmToggleButtonGadgetSetState (widget, state, notify)
Widget widget;
Boolean state;
Boolean notify;
DESCRIPTION
XmToggleButtonGadgetSetState sets or changes the ToggleButtonGadget's current state. Specifies the ToggleButtonGadget widget ID. Speci-
fies a Boolean value that indicates whether the ToggleButtonGadget state is selected or unselected. If True, the button state is selected;
if False, the button state is unselected. Indicates whether XmNvalueChangedCallback is called; it can be either True or False. The XmNval-
ueChangedCallback is only called when this function changes the state of the ToggleButtonGadget. When this argument is True and the Toggle-
ButtonGadget is a child of a RowColumn widget whose XmNradioBehavior is True, setting the ToggleButtonGadget causes other ToggleButton and
ToggleButtonGadget children of the RowColumn to be unselected.
For a complete definition of ToggleButtonGadget and its associated resources, see XmToggleButtonGadget(3X).
SEE ALSO
XmToggleButtonGadget(3X)
XmToggleButtonGadgetSetState(3X)