*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->HP-UX 11i man pages -> XmCreateFormDialog (3)              
Title
Content
Arch
Section
 

Contents


 XmCreateFormDialog(library call)           XmCreateFormDialog(library call)




 NAME    [Toc]    [Back]
      XmCreateFormDialog - A Form FormDialog convenience creation function

 SYNOPSIS    [Toc]    [Back]
      #include <Xm/Form.h>
      Widget XmCreateFormDialog(
      Widget parent,
      String name,
      ArgList arglist,
      Cardinal argcount);

 DESCRIPTION    [Toc]    [Back]
      XmCreateFormDialog is a convenience creation function that creates a
      DialogShell and an unmanaged Form child of the DialogShell.  A
      FormDialog 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).

 RETURN    [Toc]    [Back]
      Returns the Form widget ID.

 RELATED    [Toc]    [Back]
      XmForm(3).


                                    - 1 -       Formatted:  January 24, 2005
[ Back ]
 Similar pages
Name OS Title
XmCreateScrolledText IRIX The TextScrolledText convenience creation function
XmCreateScrolledText Tru64 The TextScrolledText convenience creation function
SgCreateFileSelectionDialog IRIX The FileSelectionDialog convenience creation function
XmCreateMenuBar Tru64 A RowColumn widget convenience creation function
XmCreateFileSelectionDialog HP-UX The FileSelectionBox FileSelectionDialog convenience creation function
XmCreateWorkingDialog Tru64 The MessageBox WorkingDialog convenience creation function
XmCreateMessageDialog IRIX The MessageBox MessageDialog convenience creation function
XmCreatePopupMenu Tru64 A RowColumn widget convenience creation function
XmCreateBulletinBoardDialog HP-UX The BulletinBoard BulletinBoardDialog convenience creation function
XmCreateInformationDialog HP-UX The MessageBox InformationDialog convenience creation function
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service