1XmCreateFormDialog(library call)              XmCreateFormDialog(library call)
2
3
4

NAME

6       XmCreateFormDialog — A Form FormDialog convenience creation function
7

SYNOPSIS

9       #include <Xm/Form.h>
10       Widget XmCreateFormDialog(
11       Widget parent,
12       String name,
13       ArgList arglist,
14       Cardinal argcount);
15

DESCRIPTION

17       XmCreateFormDialog  is  a  convenience creation function that creates a
18       DialogShell and an unmanaged Form child of the DialogShell.  A FormDia‐
19       log  is used for interactions not supported by the standard dialog set.
20       This function does not automatically create  any  labels,  buttons,  or
21       other dialog components.  Such components should be added by the appli‐
22       cation after the FormDialog is created.
23
24       Use XtManageChild to pop up the FormDialog (passing  the  Form  as  the
25       widget parameter); use XtUnmanageChild to pop it down.
26
27       XmCreateFormDialog  forces  the  value  of the Shell resource XmNallow‐
28       ShellResize to True.
29
30       parent    Specifies the parent widget ID
31
32       name      Specifies the name of the created widget
33
34       arglist   Specifies the argument list
35
36       argcount  Specifies the number of attribute/value pairs in the argument
37                 list (arglist)
38
39       For  a  complete  definition  of Form and its associated resources, see
40       XmForm(3).
41

RETURN

43       Returns the Form widget ID.
44
46       XmForm(3).
47
48
49
50                                              XmCreateFormDialog(library call)
Impressum