Query: xmcreateformdialog
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmCreateFormDialog(library call) XmCreateFormDialog(library call)NAMEXmCreateFormDialog -- A Form FormDialog convenience creation functionSYNOPSIS#include <Xm/Form.h> Widget XmCreateFormDialog( Widget parent, String name, ArgList arglist, Cardinal argcount);DESCRIPTIONXmCreateFormDialog is a convenience creation function that creates a DialogShell and an unmanaged Form child of the DialogShell. A FormDi- alog is used for interactions not supported by the standard dialog set. This function does not automatically create any labels, buttons, or other dialog components. Such components should be added by the application after the FormDialog is created. Use XtManageChild to pop up the FormDialog (passing the Form as the widget parameter); use XtUnmanageChild to pop it down. XmCreateFormDialog 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 Form and its associated resources, see XmForm(3).RETURNReturns the Form widget ID.RELATEDXmForm(3). XmCreateFormDialog(library call)
Related Man Pages |
---|
xmcreatepromptdialog(3) - redhat |
xmcreatetemplatedialog(3) - centos |
xmcreatebulletinboarddialog(3) - hpux |
xmcreateselectiondialog(3) - hpux |
xmcreatetemplatedialog(3) - hpux |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
Set hard block limit for user using quota |
Tar Command |
Shopt -s histappend |
CentOS 6 ran out of space, need to reclaim it |