Query: xmcreatebulletinboarddialog
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmCreateBulletinBoardDialog(library call) XmCreateBulletinBoardDialog(library call)NAMEXmCreateBulletinBoardDialog -- The BulletinBoard BulletinBoardDialog convenience creation functionSYNOPSIS#include <Xm/BulletinB.h> Widget XmCreateBulletinBoardDialog( Widget parent, String name, ArgList arglist, Cardinal argcount);DESCRIPTIONXmCreateBulletinBoardDialog 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).RETURNReturns the BulletinBoard widget ID.RELATEDXmBulletinBoard(3). XmCreateBulletinBoardDialog(library call)
Related Man Pages |
---|
xmcreatepromptdialog(3) - redhat |
xmcreateselectiondialog(3) - redhat |
xmcreatepromptdialog(3) - hpux |
xmcreateselectiondialog(3) - hpux |
xmcreatebulletinboarddialog(3x) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Utilities for handling interactions |