VkMenuSeparator(3x) VkMenuSeparator(3x)
VkMenuSeparator - Class For All Menu Actions
VkMenuLabel : VkMenuItem : VkComponent :VkCallbackObject
#include <Vk/VkMenuItem.h>
PUBLIC PROTOCOL SUMMARY
Constructor/Destructor
VkMenuSeparator();
~VkMenuSeparator();
Access Functions [Toc] [Back]
virtual const char* className();
virtual VkMenuItemType menuType ();
The VkMenuSeparator class displays a non-selectable etched line in a
menu. Objects of type VkMenuAction can be placed in any VkMenu subclass.
The VkMenuAction adds an XmSeparatorGadget into its parent menu pane.
FUNCTION DESCRIPTIONS [Toc] [Back] VkMenuSeparator
VkMenuSeparator();
Initializes a VkMenuSeparator object. No widgets are created in the
constructor.
~VkMenuSeparator
~VkMenuSeparator();
An empty function.
menuType
virtual VkMenuItemType menuType ();
Returns VkMenuItem::SEPARATOR
INHERITED MEMBER FUNCTIONS [Toc] [Back] Inherited from VkMenuItem
show(), hide(), manageAll(), setLabel(), setPosition(), activate(),
deactivate(), remove(), show(), isContainer(), _position, _isBuilt,
_sensitive, _parentMenu, _label, _isHidden, _unmanagedWidgets,
_numUnmanagedWidgets,
Page 1
VkMenuSeparator(3x) VkMenuSeparator(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()
KNOWN CLASSES THAT USE THIS CLASS [Toc] [Back] VkMenu
VkMenuLabel, VkMenuItem, VkComponent, VkMenu
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 ]
|