|
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 ... |
DtWsmAddWorkspaceFunctions(3) -- add workspace functions for a window
|
The DtWsmAddWorkspaceFunctions function enables workspace functions for a window. When workspace functions are enabled, the default window menu for the window displayed by the CDE workspace manager, dtwm(1), shows entries that allow the window to occupy a different set of workspaces, occupy all workspaces, or be removed from the current workspace. The display argument is the X display. The window ... |
DtWsmAddWorkspaceModifiedCallback(3) -- add a callback to be called when any workspace is changed
|
The DtWsmAddWorkspaceModifiedCallback function works with the CDE workspace manager, dtwm(1), and registers a function to be called when a workspace is added, deleted or modified. The widget argument is a realized widget. The ws_change argument is the procedure to be called when a workspace is modified. The client_data argument points to arbitrary client data to be passed back to ws_change. The he... |
DtWsmChangeBackdrop(3) -- set current workspace's backdrop
|
The DtWsmChangeBackdrop function works with the CDE workspace manager, dtwm(1), and changes the current workspace's backdrop. Applications can use this function to implement an interface to the workspace manager. If the DtWsmChangeBackdrop function is not successful, the most likely reason for failure is that the CDE workspace manager, dtwm(1), is not running. DtWsmChangeBackdrop sends a message ... |