VkRadioBox(3x) VkRadioBox(3x)
VkRadioBox - Simple support for a One-Of-Many selections
VkCheckBox : VkComponent : VkCallbackObject
#include <Vk/VkRadioBox.h>
PUBLIC PROTOCOL SUMMARY
Constructor?Destructor
VkRadioBox(const char* name, Widget parent);
virtual ~VkRadioBox(void);
The VkRadioBox class provides a simple way to produce a labeled
collection of one-of-many toggle buttons. This class gets most of
its functionality from VkCheckBox, but adds radio behavior.
If in use, the VkCheckBox::itemChanged() callback will be called
once for each button that is changed. If a button is chosen that
results in another becoming unselected, there will be a callback for
each.
FUNCTION DESCRIPTIONS [Toc] [Back] VkRadioBox()
VkRadioBox(const char* name, Widget parent);
Initialize a VkRadioBox object. Set the XmRowColumn base widget
created by VkCheckBox to exhibit radio behavior.
~VkRadioBox()
virtual ~VkRadioBox(void);
An empty function.
INHERITED MEMBER FUNCTIONS [Toc] [Back] Inherited from VkCheckBox
valueChanged(), addItem(), setValue(), setValues(), getValue(),
_numWidgets, _widgets, _rc, _label, itemChangedCallback
Inherited from VkComponent [Toc] [Back]
installDestroyHandler(), removeDestroyHandler(), widgetDestroyed(),
setDefaultResources(), getResources(), manage(), unmanage(),
baseWidget(), okToQuit(), _name, _baseWidget, _w, deleteCallback
Page 1
VkRadioBox(3x) VkRadioBox(3x)
Inherited from VkCallbackObject [Toc] [Back]
callCallbacks(), addCallback(), removeCallback(),
removeAllCallbacks()
VkCheckBox, VkComponent
ViewKit Programmer's Guide
The X Window System, DEC Press, Bob Sheifler and Jim Gettys
The X Window System Toolkit, DEC Press, Paul Asente and Ralph Swick
The OSF/Motif Programmers Reference, Prentice Hall, OSF
PPPPaaaaggggeeee 2222 [ Back ]
|