Unix and Linux Discussions Tagged with state |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
17,105 |
AIX |
|
|
|
4 |
5,641 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
26,844 |
Solaris |
|
|
|
7 |
14,513 |
Infrastructure Monitoring |
|
|
|
0 |
7,552 |
Web Development |
|
|
|
9 |
16,746 |
Red Hat |
|
|
|
5 |
1,392 |
Shell Programming and Scripting |
|
|
|
4 |
8,633 |
Shell Programming and Scripting |
|
|
|
0 |
1,984 |
Complex Event Processing RSS News |
|
|
|
0 |
1,639 |
Software Releases - RSS News |
|
|
|
0 |
1,553 |
Software Releases - RSS News |
|
|
|
0 |
2,353 |
OS X Support RSS |
|
|
|
2 |
8,717 |
Solaris |
|
|
|
0 |
5,400 |
Programming |
|
|
|
0 |
5,256 |
Shell Programming and Scripting |
|
|
|
0 |
1,760 |
Complex Event Processing RSS News |
|
|
|
0 |
1,221 |
Software Releases - RSS News |
|
|
|
1 |
5,868 |
Solaris |
|
|
|
0 |
1,760 |
Complex Event Processing RSS News |
|
|
|
11 |
87,193 |
Solaris |
|
|
|
0 |
1,108 |
Software Releases - RSS News |
|
|
|
0 |
1,235 |
Software Releases - RSS News |
|
|
|
0 |
1,512 |
Software Releases - RSS News |
|
|
|
0 |
1,242 |
Software Releases - RSS News |
|
|
|
0 |
1,141 |
Software Releases - RSS News |
|
|
|
0 |
1,641 |
Software Releases - RSS News |
|
|
|
14 |
8,001 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
6,550 |
Filesystems, Disks and Memory |
|
|
|
2 |
3,347 |
Programming |
|
|
|
6 |
42,400 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,544 |
Programming |
|
|
|
1 |
8,936 |
Programming |
|
|
|
2 |
5,769 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
5,822 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
5,796 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
4,602 |
Programming |
|
|
|
2 |
11,652 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,455 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
7,518 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
3,911 |
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)