| United States-English |
|
|
|
![]() |
Common Desktop Environment: Help System Author's and Programmer's Guide > Chapter 8 Creating
and Managing Help Dialog BoxesHelp Dialog Boxes |
|
For application programmers, the Help System provides a programming library that adds help dialog boxes to any Motif application. The library provides two types of help dialog boxes:
In terms of programming, you interact with the help dialogs the same as you do with any other Motif widgets in your applications. The two types of help dialog boxes are defined as two new widget classes: DtHelpDialog and DtHelpQuickDialog. Nearly every attribute of the help windows—including the volume name and topic ID—are manipulated as widget resources. For instance, to display a new topic, you just execute an XtSetValues()() call to set the DtNhelpVolume, DtNlocationId, and DtNhelpType resources. For more information, refer to “Displaying Help Topics”.
|
|||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||