*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages              
Title
Content
Arch
Section
 
 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);
 Vk/VkTrace(3) -- Utility routines for tracing ViewKit applications
    This package is a set of functions that can be used to generate time-stamped traces from within ViewKit applications. Traces are normal ASCII files, intended for human perusal. For normal VkApp applications, the user must insert all calls into the source, including initialization from within the application. For VkMsgApp applications, initialization, and some calls are already present. GLOBAL VARIABLE CONTROLS Tracing is controlled by global variables that should be set as early as possible with...
 Vk/VkVisual(3) -- convenience class for dealing with X11 visuals
    Dealing with the interaction between widgets and X11 visuals can get complicated. Some applications either get it wrong, or else stick with the default visual when another would be more appropriate. Code, even library code, that assumes default visual attributes is commonplace. Such an assumption is especially bad in a library, because libraries must work with applications that use non-default visuals. VkVisual() makes it easy for an application to set up the X11 visual information it needs. Usi...
 Vk/VkVuMeter(3) -- A component for displaying a segmented meter
    #include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkVuMeter(char* name, Widget parent); virtual void ~VkVuMeter(void);
 Vk/VkWarningDialog(3) -- Dialog manager class for warning dialogs
    #include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkWarningDialog(const char* name); virtual void ~VkWarningDialog(void);
 VkWebViewer(3) -- Web viewing component
    #include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkWebViewer(const char *, VkComponent); VkWebViewer(const char *, Widget); VkWebViewer(const char *); ~VkWebViewer();
 VkWebViewerBase(3) -- Web viewing component
    #include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkWebViewerBase(const char *, VkComponent) VkWebViewerBase(const char *, Widget) VkWebViewerBase(const char *) ~VkWebViewerBase();
 Vk/VkWidgetList(3) -- Supports operations on a list of widgets
    The VkWidgetList class provides a convenient way to maintain and manipulate lists of widgets. Widgets can be added and removed from the list, or accessed by index. The VkWidgetList adds a destroyCallback to each added widget to maintain the integrity of the list when widgets are destroyed.
<<  [Prev]  363  364  365  366  367  368  369  370  371  372  373  374  375  376  377  378  379  380  381  382  383  
384  385  386  387  388  389  390  391  392  393  394  395  396  397  398  399  400  401  402  403  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service