|
Vk/VkResizer(3) -- Attachment class for resizing and moving widgets
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkResizer(Boolean autoAdjust = False, Boolean liveResize = False); virtual ~VkResizer(void); |
Vk/VkRunOnce(3) -- Allow an application to have only a single instance
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkRunOnce(VkNameList *args, Boolean per_host); ~VkRunOnce(); |
Vk/VkRunOnce2(3) -- Allow an application to have only a single instance
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkRunOnce2(VkNameList *args, Boolean per_host); ~VkRunOnce2(); |
Vk/VkScroll(3) -- Automatic scrolled window using the annotated scrollbar
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkScroll(const char* name, Widget parent); virtual void ~VkScroll(void); |
Vk/VkSimpleWindow(3) -- Base class for all top-level windows
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkSimpleWindow(const char *name, ArgList args = NULL, Cardinal argCount = 0); virtual ~VkSimpleWindow(); |
Vk/VkSoApp(3) -- Class used by all Inventor ViewKit applications to handle initialization
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkSoApp(char*,int*,char**,XrmOptionDescRec*,int); ~VkSoApp(void); |
Vk/VkSoMsgApp(3) -- Class used by all Inventor ViewKit messaging applications to handle initialization
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkSoApp(char*,int*,char**,XrmOptionDescRec*,int); ~VkSoMsgApp(void); |
Vk/VkSubMenu(3) -- A container for pulldown or pull-right menu panes
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkSubMenu(const char *name, VkMenuDesc *desc = NULL, XtPointer defaultClientData = NULL); VkSubMenu(Widget parent, const char *, VkMenuDesc *desc = NULL, XtPointer defaultClientData = NULL); virtual ~VkSubMenu(); Tear Off Control void showTearOff(Boolean showit); |
Vk/VkSubProcessRep(3) -- Object-oriented interface to a running subprocess
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor static VkSubProcess create(char* cmd, int killChildOnExit, int redirectIn); |
Vk/VkTabbedDeck(3) -- Combines a VkTabPanel and a VkDeck
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkTabbedDeck(const char*,Widget); virtual ~VkTabbedDeck(void); |
Vk/VkTabPanel(3) -- A component for displaying a tabular control panel
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkTabPanel(char* name, Widget parent, Boolean horizOrientation = True, int tabHeight = 0); virtual void ~VkTabPanel(void); |
Vk/VkTextIO(3) -- Command-line interface text component
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkTextIO(const char* name, Widget parent, const char* prompt = NULL); virtual void ~VkTextIO(void); |
Vk/VkTickMarks(3) -- A component for displaying a vertical set of tick marks
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkTickMarks(char* name, Widget parent, Boolean labelsToLeft = True, Boolean noLabels = False, Boolean centerLabels = False); virtual void ~VkTickMarks(void); |