|
Vk/VkErrorDialog(3) -- A dialog manager for error dialogs
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkErrorDialog(const char* name); virtual void ~VkErrorDialog(void); |
Vk/VkEZ(3) -- A simple "widget wrapper" package to make using Motif easier
|
EZ& operator=(int); EZ& operator=(float); EZ& operator=(const char *); Assignment operators assign integer, floating point, and character values to a widget. For example: EZ(text) = 12345; This example displays the integer 12345 in a text field. The following list describes the behavior of the integer assignment operator for each widget that supports it. XmToggle, XmToggleButtonGadget If the specified value is zero, turns the toggle off; if the specified value is non-zero, turns the toggle on Xm... |
Vk/VkFatalErrorDialog(3) -- Simple manager for fatal error dialogs
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkFatalErrorDialog(const char* name); virtual void ~VkFatalErrorDialog(void); |
Vk/VkFileSelectionDialog(3) -- Dialog manager for file selection dialogs
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkFileSelectionDialog(const char* name); virtual void ~VkFileSelectionDialog(void); |
VkFLM(3) -- FLEXlm License Management
|
enterLicenseMessage disableLicenseWarnings disableThirtyDayLicenseWarnings thirtyDayMessage sixtyDayMessage ninetyDayMessage noLicenseMessage noLicenseServerMessage notEnoughLicensesMessage licenseExpiredMessage loseLicenseMessage warnLoseLicenseMessage regainLicenseMessage |
Vk/VkForkIO(3) -- Command-line interface to shell command component
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkForkIO(const char* name, Widget parent, const char* prompt = NULL); virtual void ~VkForkIO(void); |
Vk/VkForkWindow(3) -- Window connected to a subprocess via VkForkIO
|
#include PUBLIC PROTOCOL SUMMARY Constructor/Destructor VkForkWindow(const char* name, const char* prompt = NULL); virtual void ~VkForkWindow(void); |
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... |