VkPrefLabel(3x) VkPrefLabel(3x)
VkPrefLabel - Label for preference package (decorative)
VkPrefItem : VkComponent : VkCallbackObject
#include <Vk/VkPrefItem.h>
PUBLIC PROTOCOL SUMMARY
Constructor/Destructor
VkPrefLabel(const char* name);
virtual void ~VkPrefLabel(void);
VkPrefLabel is a decorative preference object. It doesn't actually
have a value, but is useful in constructing attractive preference
dialogs with VkPrefDialog.
FUNCTION DESCRIPTIONS [Toc] [Back] VkPrefLabel()
VkPrefLabel(const char* name);
virtual void ~VkPrefLabel(void);
Creates a Motif XmLabel gadget as its base. Therefore, the resource
name for the label is the preference object name concatenated with
"Base". Use this name for setting the label's resource values in an
app-defaults file.
INHERITED MEMBER FUNCTIONS [Toc] [Back] Inherited from VkPrefItem
VkPrefItem(), ~VkPrefItem(), setActivated(), homogeneous(),
clearHomogeneous(), activated(), hasChildren(), deleteChildren(),
labelHeight(), baseHeight(), setLabelHeight(), setBaseHeight(),
activateCallback(), installDestroyHandlers(), labelWidget(),
label_destroyed(), buildLabel(), getHeight(), setHeight(),
_labelWidget, _baseName, _labelName, _activated, _homogeneous,
Inherited from VkComponent [Toc] [Back]
installDestroyHandler(), removeDestroyHandler(), widgetDestroyed(),
setDefaultResources(), getResources(), manage(), unmanage(),
baseWidget(), okToQuit(), _name, _baseWidget, _w, deleteCallback
Inherited from VkCallbackObject [Toc] [Back]
Page 1
VkPrefLabel(3x) VkPrefLabel(3x)
callCallbacks(), addCallback(), removeCallback(),
removeAllCallbacks()
VkPrefItem, 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 ]
|