|
|
Vk/VkFormat(3) -- Convenience function that prints into a buffer and returns it
|
|
VkFormat passes its arguments to vsprintf, which writes to a buffer that is owned by VkFormat. What is written must not exceed BUFSIZ, as defined by stdio.h. The caller must not attempt to free the buffer returned by VkFormat. The buffer contents remain valid only until the next call to VkFormat. In particular, the buffer will remain valid across function calls only as long as those functions, and anything they call, do not also use VkFormat. (libvk uses its own internal ... |
|
Vk/VkGangedGroup(3) -- Utility class that supports ganged scrollbars and scales
|
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkGangedGroup(void); virtual void ~VkGangedGroup(void); |
|
Vk/VkGenericDialog(3) -- An abstract class that supports custom dialog managers
|
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkGenericDialog(const char* name); virtual void ~VkGenericDialog(void); |
|
Vk/VkGetResource(3) -- Convenience functions for retrieving resources
|
|
char * VkGetResource(const char *name, const char *className); XtPointer VkGetResource(Widget w, const char *names, const char *classNames, const char *desiredType, const char *defaultValue); |
|
Vk/VkGraph(3) -- A component that displays directed graphs
|
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkGraph(char* name, Widget parent); virtual void ~VkGraph(void); |
|
Vk/VkHelp(3) -- Description of ViewKit-supported on-line help facilities
|
|
if an application wants to provide help its own way, everything is still automatic if the application is linked with a library that provides entry points that match the SGI help library. The help entry points are weak symbols in libvk, and must not be weak symbols in the application's help library. Because of the way the loader works (9/96), you must be careful that your help routines actually get loaded: o If your help library is a DSO, there is not problem. o If your help library is an archiv... |
|
Vk/VkHelpPane(3) -- A menu pane that interfaces to the ViewKit help system
|
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkHelpPane(const char *name, VkMenuDesc *desc = NULL, XtPointer defaultClientData = NULL); VkHelpPane(Widget parent, const char *name, VkMenuDesc *desc = NULL, XtPointer defaultClientData = NULL); virtual void ~VkHelpPane(void); |
|
Vk/VkIconButton(3) -- Creates an XmPushButton from an Xpm description
|
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkIconButton(char*,Widget,char**,Boolean); virtual ~VkIconButton(void); |
|
Vk/VkInfoDialog(3) -- A dialog manager for information dialogs
|
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkInfoDialog(const char* name); virtual void ~VkInfoDialog(void); |
|
Vk/VkInput(3) -- Encapsulation class for input callbacks on file descriptors
|
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkInput(void); virtual void ~VkInput(void); |
|
Vk/VkInterruptDialog(3) -- A dialog manager that support interrupts
|
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkInterruptDialog(const char* name); virtual void ~VkInterruptDialog(void); Checking for Interrupts Boolean wasInterupted(void); |
|
VkLicense(3) -- One Line Description
|
|
#include PUBLIC PROTOCOL SUMMARY Category -constructor-> VkLicense(char*,char*,long); |
|
Vk/VkListSearch(3) -- A utility class for implementing incremental search in a list
|
|
VkListSearch is a utility class for implementing incremental search within a Motif scrolled list (XmScrolledList or SgScrolledList) or within a custom list-like widget. It takes a Motif text widget and a Motif list, and transparently implements the search behavior. |