VkPrefCustom(3x) VkPrefCustom(3x)
VkPrefCustom - Custom widget holder for preference package
VkPrefItem : VkComponent : VkCallbackObject
#include <Vk/VkPrefItem.h>
PUBLIC PROTOCOL SUMMARY
Constructor/Destructor
VkPrefCustom(const char* name);
virtual void ~VkPrefCustom(void);
VkPrefCustom is a widget-placeholder preference object. If you want
a preference object for a VkPrefDialog, but want to use a Motif
widget that is either not support or custom, then create a
VkPrefCustom object and place your custom Motif widget into the work
area widget. You must use your Motif widget calls to access and set
the values, since the standard setValue and getValue methods will
have no effect.
FUNCTION DESCRIPTIONS [Toc] [Back] VkPrefCustom()
VkPrefCustom(const char* name);
virtual void ~VkPrefCustom(void);
Creates a Motif XmWorkArea widget as its base, using the name
suffixed by "Base". A label widget is created using the name
suffixed by "Label".
INHERITED MEMBER FUNCTIONS [Toc] [Back] Inherited from VkPrefItem
activate(), deactivate()(), activated(), deleteChildren(),
labelHeight(), baseHeight(), setLabelHeight(), setBaseHeight(),
installDestroyHandlers(), labelWidget(), 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
Page 1
VkPrefCustom(3x) VkPrefCustom(3x)
Inherited from VkCallbackObject [Toc] [Back]
callCallbacks(), addCallback(), removeCallback(),
removeAllCallbacks()
KNOWN DERIVED CLASSES [Toc] [Back] VkPrefEmpty
CLASSES USED BY THIS CLASS
VkPrefItem, VkComponent, VkPrefEmpty
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 ]
|