]]>
]]>
DtCreateHelpQuickDialog
library call
DtCreateHelpQuickDialog
create a DtHelpQuickDialog widget
#include <Dt/HelpQuickD.h>
Widget DtCreateHelpQuickDialog
Widget parent
String name
ArgList arglist
Cardinal argcount
DESCRIPTION
The
DtCreateHelpQuickDialog function is a convenience function that creates a
DtHelpQuickDialog
widget.
The
parent argument specifies the parent widget ID.
The
name argument specifies the name of the created widget.
The
arglist argument specifies the argument list.
The
argcount argument specifies the number of attribute and value pairs
in the argument list
(arglist).
RETURN VALUE
Upon successful completion, the
DtCreateHelpQuickDialog function returns an
XmBulletinBoard
widget whose parent is a dialog shell widget; otherwise, it returns an
undefined widget value.
The dialog shell is the
DtHelpQuickDialog
widget's top level.
SEE ALSO
&cdeman.Dt.HelpDialog.h;, &cdeman.Dt.Help.h;, &cdeman.DtCreateHelpDialog;, &cdeman.DtHelpSetCatalogName;, &cdeman.DtHelpQuickDialogGetChild;, XmBulletinBoard in the &str-ZM;.
]]>