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

  man pages->HP-UX 11i man pages              
Title
Content
Arch
Section
 
 DtSearchValidDateString(3) -- Validate and convert a user date string
    DtSearchValidDateString validates a DtSearch date string, as might have been entered by a user in a free form text field, and converts it into a valid DtSrObjdate. Since an invalid date string format returns a distinctive DtSrObjdate, this function may also be used as a boolean test for string validity.
 DtSessionRestorePath(3) -- get a pathname for the application's state information file
    The DtSessionRestorePath function returns a pathname to an application's state information. The widget argument is the application's top level widget. The restorePath argument is the address of the character string to receive the pathname of the application's state information file. The restoreFile argument is the filename of the file containing the application state information. This is the fi...
 DtSessionSavePath(3) -- get a pathname for saving application state information
    The DtSessionSavePath function returns the pathname to be used by an application for saving its state information. The information is later used by the application to restore its state. The widget argument is the application's top level widget. The savePath argument is the address of the character string to receive the pathname of the state information file to be used by the application for stori...
 DtSpinBox(3) -- the SpinBox widget class
    Note: This widget has been superseded by the equivalent Motif widget XmSimpleSpinBox. Please refer to the Motif Programmer's Reference for more information. The DtSpinBox widget is a user interface control to increment and decrement an arbitrary TextField. For example, it can be used to cycle through the months of the year or days of the month. Widget subclassing is not supported for the DtSpinBo...
 DtSpinBoxAddItem(3) -- add an item to the DtSpinBox
    Note: This function has been superseded by the equivalent Motif function XmSimpleSpinBoxAddItem. Please refer to the Motif Programmer's Reference for more information. The DtSpinBoxAddItem function adds the given item to the DtSpinBox at the given position. The w argument specifies the widget ID. The item argument specifies the XmString for the new item. The pos argument specifies the position of...
 DtSpinBoxDeletePos(3) -- delete a DtSpinBox item
    Note: This function has been superseded by the equivalent Motif function XmSimpleSpinBoxDeletePos. Please refer to the Motif Programmer's Reference for more information. The DtSpinBoxDeletePos function deletes a specified item from a DtSpinBox widget. The w argument specifies the widget ID. The pos argument specifies the position of the item to be deleted. A value of 1 means the first item in the...
 DtSpinBoxSetItem(3) -- set an item in the DtSpinBox list
    Note: This function has been superseded by the equivalent Motif function XmSimpleSpinBoxSetItem. Please refer to the Motif Programmer's Reference for more information. The DtSpinBoxSetItem function selects an item in the list of the given DtSpinBox widget and makes it the current value. The w argument specifies the widget ID. The item argument specifies the XmString for the item to be set in the ...
 DtSrAPI(3) -- Describes overview, constants, and structures for DtSearch online API
    The DtSearch API provides programmatic access to the DtSearch search and retrieval engine. The API functions are located in the library libDtSr, and are directly linked into user written search programs. Search and retrieval of DtSearch databases is available through three essential API functions:
 DtTerm(3) -- DtTerm widget class
    The DtTerm widget provides the core set of functionality needed to emulate an ANSI X3.64-1979 - and ISO 6429:1992(E)-style terminal, such as the DEC VT220. This functionality includes text rendering, scrolling, margin and tab support, escape sequence parsing and the low-level OS-specific interface required to allocate and configure a pty or STREAMS pseudo-terminal device and write the system's ut...
 DtTermDisplaySend(3) -- send data to a DtTerm widget's display
    The DtTermDisplaySend function sends data to a DtTerm widget's display. The widget argument specifies the DtTerm widget ID. The buffer argument specifies the string (single- or multi-byte depending on the locale) to be sent to the display. The string may contain NULL bytes. The length argument specifies the length of buffer in bytes. The DtTermDisplaySend function allows the program to write text...
 DtTermInitialize(3) -- prevent accelerators from being installed on a DtTerm widget
    The DtTermInitialize function prevents the XmBulletinBoard(3) widget from installing accelerators on DtTerm widgets. It enables DtTerm widgets to receive certain key events, such as Return and Escape, normally not passed by Motif to XmPrimitive(3) widgets.
 DtTermSubprocReap(3) -- allow a DtTerm widget to clean up after subprocess termination
    The DtTermSubprocReap function allows DtTerm widgets to function correctly in applications that have installed a SIGCHLD signal handler. The pid argument specifies the process ID of the child process wait(2) returns. The stat_loc argument specifies the termination information wait(2) returns.
 DtTermSubprocSend(3) -- send data to a DtTerm widget's subprocess
    The DtTermSubprocSend function sends data to a DtTerm widget's child process. The widget argument specifies the DtTerm widget ID. The buffer argument specifies the string (single- or multi-byte depending on the locale) to be sent to the display. The string may contain NULL bytes. The length argument specifies the length of buffer in bytes. The DtTermSubprocSend function allows the program to send...
 DtWsmAddCurrentWorkspaceCallback(3) -- add a callback to be called when the current workspace changes
    The DtWsmAddCurrentWorkspaceCallback function registers an application function to be called when the CDE workspace manager, dtwm(1), switches to a new workspace. The workspace manager sends the new current workspace name to the DtWsmWsChangeProc callback. The widget argument is a realized widget. The ws_change argument is the procedure to be called when the workspace changes. The client_data argu...
 DtWsmAddWorkspace(3) -- add a workspace
    The DtWsmAddWorkspace() function works with the CDE workspace manager, dtwm(1), and adds a new workspace. Applications can use this function to implement an interface to the workspace manager. If the DtWsmAddWorkspace() function is not successful, the most likely reason for failure is that the CDE workspace manager, dtwm(1), is not running. DtWsmAddWorkspace() sends a message to the CDE workspace ...
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  
22  23  24  25  26  27  28  29  30  31  32  33  34  35  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service