VkPrefList(3x) VkPrefList(3x)
VkPrefList - List-arrangement interface for preference package
VkPrefGroup : VkPrefItem : VkComponent : VkCallbackObject
#include <Vk/VkPrefItem.h>
PUBLIC PROTOCOL SUMMARY
Constructor/Destructor
VkPrefList(const char* name);
virtual void ~VkPrefList(void);
VkPrefList arranges preference objects in a vertical list. No
formatting is performed, similarly to a Motif XmRowColumn widget
with XmNorientation set to XmVERTICAL and XmNpacking set to
XmPACK_TIGHT. The VkPrefList object is especially useful for
collecting top-level preference objects for VkPrefDialog.
FUNCTION DESCRIPTIONS [Toc] [Back] VkPrefList()
VkPrefList(const char* name);
virtual void ~VkPrefList(void);
Creates a vertical VkPrefGroup without a label. The base widget is
a Motif XmRowColumn widget and each child object is built into the
row column. Use the standard VkPrefGroup::addItem for adding items
to the VkPrefList object.
INHERITED MEMBER FUNCTIONS [Toc] [Back] Inherited from VkPrefGroup
show(), okToQuit(), updateValue(), revertValue(), activate(),
changed(), hasChildren(), deleteChildren(), baseHeight(),
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
VkPrefList(3x) VkPrefList(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 ]
|