|
DtHelpReturnSelectedWidgetId(3) -- select a widget or gadget
|
The DtHelpReturnSelectedWidgetId function provides an interface for users to select a component within an application. This function grabs the pointer and returns the widget within which a button press occurs. Pressing the escape key (ESC) aborts this function. The parent argument specifies the widget ID to use as the basis of the interaction, usually a top level shell. The cursor argument specifi... |
DtHelpSetCatalogName(3) -- assign the name of the message catalog to use for help services
|
The DtHelpSetCatalogName function provides an interface for applications to set the name of the message catalog file that the help services library uses at runtime. This message catalog contains all strings, messages and button labels used in the help widgets that can be localized. The catFile argument specifies the name of the message catalog file that the help services library accesses at runtim... |
|
DtInfoShowTopic(3) -- provide the user access to a local information corpus at a specific location
|
By invoking DtInfoShowTopic, a client application requests that dtinfo display a particular section of data, or topic. DtInfoShowTopic sends a ToolTalk message to any active dtinfo process that can access the requested information in the current locale. The browser is started if it is not already running. This corresponds to invoking the dtinfo command with the -sect option from the command line. ... |
DtInitialize(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... |
DtMenuButton(3) -- the MenuButton widget class
|
The DtMenuButton widget is a command widget that complements the menu cascading functionality of an XmCascadeButton widget. As a complement to the XmCascadeButton widget, DtMenuButton can only be instantiated outside a MenuPane; the application must use XmCascadeButton widget inside a MenuPane. The DtMenuButton widget belongs to a subclass of the XmLabel class. Visually, the DtMenuButton widget co... |
DtMmdbBookCaseFreeInfo(3) -- frees space used by bookcase information structure
|
The DtMmdbBookCaseFreeInfo function frees the space used by the specified bookcase information structure. |
DtMmdbBookCaseGetInfo(3) -- obtains information about a bookcase
|
The DtMmdbBookCaseGetInfo function returns a structure containing information about the specified bookcase. |
DtMmdbBookGetLicense(3) -- obtains a book's license term
|
The DtMmdbBookGetLicense function returns the license term of the specified book object. Do not use the free function on the returned pointer. Table lookup is involved when the identifier is specified by either the primary_oid or sequence_num field. |
DtMmdbBookGetLongTitle(3) -- obtains the long title of a book
|
The DtMmdbBookGetLongTitle function returns the long title of the specified book object. Do not use the free function on the returned pointer. Table lookup is involved when the identifier is specified by either the primary_oid or sequence_num field. |
DtMmdbBookGetSeqNum(3) -- obtains the sequence number of a book
|
The DtMmdbBookGetSeqNum function returns the sequence number of the specified book object. Table lookup is involved when the identifier is specified by the primary_oid field. |
DtMmdbBookGetShortTitle(3) -- obtains the short title of a book
|
The DtMmdbBookGetShortTitle function returns the short title of the specified book object. Do not use the free function on the returned pointer. Table lookup is involved when the identifier is specified by either the primary_oid or sequence_num field. |
DtMmdbBookGetTabList(3) -- obtains the list of tab sections in a book
|
The DtMmdbBookGetTabList function returns the list of tab sections for the specified book object. It returns the list in a NULL-terminated array. Use the DtMmdbFreeHandleList function to release the memory when the array is no longer needed. Table lookup is involved when the identifier is specified by either the primary_oid or sequence_num field. |
DtMmdbBookGetTocObjectId(3) -- obtains the locator of a book's TOC section
|
The DtMmdbBookGetTocObjectId function returns the object identifier of the specified book's TOC section. Use the DtMmdbFreeHandleList function to release the memory when the object identifier is no longer needed. Table lookup is involved when the identifier is specified by either the primary_oid or sequence_num field. |
DtMmdbCloseInfoLib(3) -- closes an infolib
|
The DtMmdbCloseInfoLib function desclares that the specified infolib is no longer needed by the application. |
DtMmdbDlpGetNextSectionId(3) -- obtains the object identifier of the next section
|
The DtMmdbDlpGetNextSectionId function returns the object identifier of the next section. You can use this function to traverse the TOC hierarchy in a depth-first fashion. Use the DtMmdbFreeHandleList function to release the memory when the object identifier is no longer needed. Table lookup is involved. |