VkOutlineASB(3x) VkOutlineASB(3x)
VkOutlineASB - An outliner that uses the annotated scrollbar
VkOutline : VkComponent : VkCallbackObject
#include <Vk/VkOutlineASB.h>
PUBLIC PROTOCOL SUMMARY
Constructor/Destructor
VkOutlineASB& VkOutlineASB(const char* name,
Widget parent);
virtual void ~VkOutlineASB(void);
Annotations [Toc] [Back]
void setAnnotation(int highlightIndex,
Boolean state);
The VkOutlineASB class inherits the functionality of the VkOutline
class but uses the SvScrollbar widget to support an annotated
scrollbar area.
FUNCTION DESCRIPTIONS [Toc] [Back] VkOutlineASB()
VkOutlineASB(const char* name,
Widget parent);
Initialize a VkOutlineASB object.
~VkOutlineASB()
virtual void ~VkOutlineASB(void);
Frees storage associated with an VkOutlineASG object.
setAnnotation()
void setAnnotation(int highlightIndex, Boolean state);
DATA MEMBER DESCRIPTIONS [Toc] [Back]INHERITED MEMBER FUNCTIONS
Inherited from VkOutline
reset(), listWidget(), add(), addChildren(), createPath(),
printTree(), setHighlightClosedIcon(), setIndentationWidth(),
setKeywordAttributes(), setHighlightAttributes(),
Page 1
VkOutlineASB(3x) VkOutlineASB(3x)
displayAsKeyword(), unhighlight(), getHookAt(), closePath(),
isPathClosed(), effectOfLastToggle(), select(), walkAllKeywords(),
init(), visitEveryKeyword(), _rootName, _rootNode, _treeModified,
_listWidget, _displayParams, _keywordAttrIndex,
_lastToggleOperation, _lastToggleFrom, _lastToggleCount
Inherited from VkComponent [Toc] [Back]
installDestroyHandler(), removeDestroyHandler(), widgetDestroyed(),
setDefaultResources(), getResources(), callCallbacks(), manage(),
unmanage(), baseWidget(), okToQuit(), _name, _baseWidget, _w,
deleteCallback
Inherited from VkCallbackObject [Toc] [Back]
callCallbacks(), addCallback(), removeCallback(),
removeAllCallbacks(), removeAllCallbacks()
VkComponent, VkOutline
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 ]
|