Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dtcreatehelpquickdialog(3) [hpux man page]

DtCreateHelpQuickDialog(library call)									     DtCreateHelpQuickDialog(library call)

NAME
DtCreateHelpQuickDialog -- create a DtHelpQuickDialog widget SYNOPSIS
#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. Refer to the Motif docu- mentation for more information on the dialog shell widget and applicable resources. SEE ALSO
Dt/HelpDialog.h - DtHelpDialog(5), Dt/Help.h - DtHelp(5), DtCreateHelpDialog(3), DtHelpSetCatalogName(3), DtHelpQuickDialogGetChild(3), XmBulletinBoard(3). DtCreateHelpQuickDialog(library call)

Check Out this Related Man Page

XmCreateBulletinBoardDialog(library call)								 XmCreateBulletinBoardDialog(library call)

NAME
XmCreateBulletinBoardDialog -- The BulletinBoard BulletinBoardDialog convenience creation function SYNOPSIS
#include <Xm/BulletinB.h> Widget XmCreateBulletinBoardDialog( Widget parent, String name, ArgList arglist, Cardinal argcount); DESCRIPTION
XmCreateBulletinBoardDialog is a convenience creation function that creates a DialogShell and an unmanaged BulletinBoard child of the DialogShell. A BulletinBoardDialog is used for interactions not supported by the standard dialog set. This function does not automati- cally create any labels, buttons, or other dialog components. Such components should be added by the application after the BulletinBoardDi- alog is created. Use XtManageChild to pop up the BulletinBoardDialog (passing the BulletinBoard as the widget parameter); use XtUnmanageChild to pop it down. XmCreateBulletinBoardDialog forces the value of the Shell resource XmNallowShellResize to True. parent Specifies the parent widget ID name Specifies the name of the created widget arglist Specifies the argument list argcount Specifies the number of attribute/value pairs in the argument list (arglist) For a complete definition of BulletinBoard and its associated resources, see XmBulletinBoard(3). RETURN
Returns the BulletinBoard widget ID. RELATED
XmBulletinBoard(3). XmCreateBulletinBoardDialog(library call)
Man Page