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

  man pages->HP-UX 11i man pages              
Title
Content
Arch
Section
 
 csa_x_process_updates(3) -- invoke a calendar application's calendar event handler
    The csa_x_process_updates function checks to see if there have been calendar updates that are of interest to the client. If there have been one or more calendar updates, and the client previously registered a callback handler using csa_register_callback(3) for updates of this type, the callback function is called by csa_x_process_updates. The cal argument specifies a calendar session handle. The c...
 devnm(3) -- map device ID to file path
    Given a device type, a device ID, and a string in which to return the result, devnm() maps the type and ID to a block or character special file (device file) name by searching /dev. It returns in path the full path name of the first special file encountered with a matching device type and ID. It searches /dev and all its subdirectories recursively in unspecified order. The parameters are: devtype ...
 DtActionCallbackProc(3) -- notify application that the status of an application has changed
    The Dt/Action.h header defines the DtActionCallbackProc callback prototype as follows: typedef void (*DtActionCallbackProc)(DtActionInvocationID id, XtPointer client_data, DtActionArg *args, int argCount, DtActionStatus status); If registered when invoking an action with DtActionInvoke(3), a DtActionCallbackProc procedure is called whenever an action has a status update, such as action termination...
 DtActionDescription(3) -- obtain the descriptive text for a given action
    The DtActionDescription function looks up and returns the descriptive text associated with the actionName action. The actionName argument is the name of the action. If there are multiple actionName actions, the string returned is the description of the most general. The most general action is the one with the lowest precedence, as described in dtactionfile(4) (``Action Selection'').
 DtActionExists(3) -- determine if a string corresponds to an action name
    The DtActionExists function checks whether a given name corresponds to an action name. The name argument is the name of the action.
 DtActionIcon(3) -- get the icon information for an action
    The DtActionIcon function gets the icon information for an action. The actionName argument is the name of the action. DtActionIcon returns the name of the icon associated with an actionName action. If the action definition does not explicitly identify an icon name, this function returns the default action icon name, as described in dtactionfile(4) (``Action Selection''). The default action icon ...
 DtActionInvoke(3) -- invoke a CDE action
    The DtActionInvoke function provides a way for applications to invoke desktop actions on file or buffer arguments. Applications can register a callback for receiving action-done status and return arguments. The actions and data types databases must be initialized and loaded (using DtInitialize(3) and DtDbLoad(3)) before DtActionInvoke can run successfully. The w argument is a widget that becomes t...
 DtActionLabel(3) -- get the localizable label string for an action
    The DtActionLabel function provides access to the localizable label string associated with an action named actionName. The actionName argument is the name of the action. The localizable label string is the string that all components should display to identify the action. If the action definition does not specify a label string, the action name itself is returned. The label string associated with a...
 DtAppInitialize(3) -- initialize the Desktop Services library
    These functions perform the one-time initialization in the Desktop Services library. Applications must call either DtInitialize or DtAppInitialize before calling any other Desktop Services library routines. The difference between these two functions is whether app_context is specified. DtInitialize uses the default Intrinsic XtAppContext. The app_context argument is the application context, displa...
 DtComboBox(3) -- the ComboBox widget class
    Note: This function has been superseded by the equivalent Motif function XmComboBox. Please refer to the Motif Programmer's Reference for more information. The DtComboBox widget is a combination of a TextField and a List widget that provides a list of valid choices for the TextField. Selecting an item from this list automatically fills in the TextField with that list item. Widget subclassing is n...
 DtComboBoxAddItem(3) -- add an item to the ComboBox widget
    Note: This function has been superseded by the equivalent Motif function, XmComboBoxAddItem. Please refer to the Motif Programmer's Reference for more information. The DtComboBoxAddItem function adds the given item to the DtComboBox at the given position. The w argument specifies the DtComboBox widget ID. The item argument specifies the XmString for the new item. The pos argument specifies the po...
 DtComboBoxDeletePos(3) -- delete a DtComboBox item
    Note: This function has been superseded by the equivalent Motif function, XmComboBoxDeletePos. Please refer to the Motif Programmer's Reference for more information. The DtComboBoxDeletePos function deletes a specified item from a DtComboBox widget. The w argument specifies the DtComboBox widget ID. The pos argument specifies the position of the item to be deleted.
 DtComboBoxSelectItem(3) -- select a DtComboBox item
    Note: This function has been superseded by the equivalent Motif function, XmComboBoxSelectItem. Please refer to the Motif Programmer's Reference for more information. The DtComboBoxSelectItem function selects an item in the XmList of the DtComboBox widget. The w argument specifies the DtComboBox widget ID. The item argument specifies the XmString of the item to be selected. If the item is not fou...
 DtComboBoxSetItem(3) -- set an item in the DtComboBox list
    Note: This function has been superseded by the equivalent Motif function, XmComboBoxSetItem. Please refer to the Motif Programmer's Reference for more information. The DtComboBoxSetItem function selects an item in the XmList of the given DtComboBox widget and makes it the first visible item in the list. The w argument specifies the DtComboBox widget ID. The item argument specifies the XmString fo...
 DtCreateComboBox(3) -- the ComboBox widget creation function
    Note: This function has been superseded by the equivalent Motif function, XmCreateComboBox. Please refer to the Motif Programmer's Reference for more information. The DtCreateComboBox function creates an instance of a ComboBox widget and returns the associated widget ID. The parent argument specifies the parent widget ID. The name argument specifies the name of the created widget. The arglist arg...
<<  [Prev]  96  97  98  99  100  101  102  103  104  105  106  107  108  109  110  111  112  113  114  115  116  
117  118  119  120  121  122  123  124  125  126  127  128  129  130  131  132  133  134  135  136  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service