VkPrefRadio(3x) VkPrefRadio(3x)
VkPrefRadio - Radio box interface for preference package
VkPrefGroup : VkPrefItem : VkComponent : VkCallbackObject
#include <Vk/VkPrefItem.h>
PUBLIC PROTOCOL SUMMARY
Constructor/Destructor
VkPrefRadio(const char* name,
Boolean horizOrientation = False,
Boolean noLabel = False);
virtual void ~VkPrefRadio(void);
VkPrefRadio is a VkPrefGroup specialized for containing only
VkPrefToggle objects. The radio-box behavior will enforce that at
most one toggle is set among the children.
FUNCTION DESCRIPTIONS [Toc] [Back] VkPrefRadio()
VkPrefRadio(const char* name,
Boolean horizOrientation = False,
Boolean noLabel = False);
virtual void ~VkPrefRadio(void);
Creates a VkPrefGroup whose base widget is a Motif XmRowColumn
widget with XmNradioBehavior set to True. The second argument turns
on horizontal orientation, and the third argument turns off the
label widget for the group itself. Use the standard
VkPrefGroup::addItem for adding items to the VkPrefRadio object.
INHERITED MEMBER FUNCTIONS [Toc] [Back] Inherited from VkPrefGroup
show(), okToQuit(), updateValue(), revertValue(), activate(),
changed(), deleteChildren(), baseHeight(), activateCallback(),
addItem(), size(), item(), checkHomogeneous(), buildVertical(),
buildHorizontal(), map_notify()
Inherited from VkPrefItem [Toc] [Back]
VkPrefItem(), ~VkPrefItem(), activate(), deleteChildren(),
labelHeight(), baseHeight(), setLabelHeight(), setBaseHeight(),
activateCallback(), installDestroyHandlers(), labelWidget(),
buildLabel(), getHeight(), setHeight(), _labelWidget, _baseName,
_labelName, _activated, _homogeneous,
Page 1
VkPrefRadio(3x) VkPrefRadio(3x)
Inherited from VkComponent [Toc] [Back]
installDestroyHandler(), removeDestroyHandler(), widgetDestroyed(),
setDefaultResources(), getResources(), manage(), unmanage(),
baseWidget(), okToQuit(), _name, _baseWidget, _w, deleteCallback
Inherited from VkCallbackObject [Toc] [Back]
callCallbacks(), addCallback(), removeCallback(),
removeAllCallbacks()
CLASSES USED BY THIS CLASS
VkPrefItem
VkPrefGroup, VkPrefItem, VkComponent, VkPrefItem
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 ]
|