|
Vk/VkMenuUndoManager(3) -- Support for an undo facility
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkMenuUndoManager(const char *, XtCallbackProc, XtPointer); ~VkMenuUndoManager(); Manipulating Menu Items virtual void undo(); |
Vk/VkMeter(3) -- Display a layered bar graph
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkMeter(const char *name, Widget parent); virtual void ~VkMeter(void); |
Vk/VkModel(3) -- An abstract class that supports Model-View-Controller style applications
|
#include PUBLIC PROTOCOL SUMMARY Destructor virtual void ~VkModel(void); |
Vk/VkModified(3) -- Base class for VkModifiedAttachment
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor virtual void ~VkModified(void); VkModified(Boolean blankIsValue = False); |
Vk/VkModifiedAttachment(3) -- Attachment class for showing modified text widgets
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkModifiedAttachment(Boolean blankIsValue = False, Boolean autoAdjust = True, Boolean incrementalChange = False); virtual void ~VkModifiedAttachment(void); |
Vk/VkMovieButton(3) -- A multimedia button component that plays a movie
|
#include |
Vk/VkMoviePlayer(3) -- A multimedia Player component that plays a movie
|
#include |
Vk/VkMsgApp(3) -- Class used by messaging applications to handle initialization
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkMsgApp(char* appClassName, int* argc_c, char** arg_v, XrmOptionDescRec* optionList = NULL, int sizeOfOptionList = 0, const char* ptid = NULL, const char* sessid = NULL, Boolean noProtocol = False); virtual void ~VkMsgApp(void); |
Vk/VkMsgClient(3) -- ViewKit application interface to the ViewKit Message Facility
|
VkMsgClient is the normal way application code interacts with the message facility. There are methods for sending and receiving messages, installing message actions, and registering interest in message patterns. |
Vk/VkMsgComponent(3) -- Abstract base class for all ViewKit message components
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkMsgComponent(const char* name); virtual void ~VkMsgComponent(void); |
Vk/VkMsgFacility(3) -- ViewKit simple interface to the ToolTalk message service
|
defaultSyncTimeout Default limit for synchronous requests (60 sec) |
Vk/VkMsgService(3) -- ViewKit object-oriented interface to the ToolTalk message service
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkMsgService(Widget w, const char* ptid = NULL, const char* sessid = NULL); void ~VkMsgService(void); |
Vk/VkMsgWindow(3) -- Base class for all top-level messaging windows with menus
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkMsgWindow(const char* name); virtual void ~VkMsgWindow(void); |