1XmDialogShell(3) LessTif Manuals XmDialogShell(3)
2
3
4
6 XmDialogShell - Motif-compatible modal-dialog shell widget
7
9 #include <Xm/DialogS.h>
10
11 XmDialogShell
12
13 XmCreateDialogShell
14
16 XmDialogShell is a Shell widget, which means its main purpose is to
17 interface between the application and the window manager.
18
19 XmDialogShell specifically interfaces between XmBulletinBoard(3x) and
20 its subclasses and the window manager. More information on this is
21 found in the XmBulletinBoard(3x) documentation.
22
23 An instance of this class is created on the fly when some convenience
24 functions are called. In these cases, two (or more) widgets are actu‐
25 ally created, and the return value of the function is the widget ID of
26 the widget which is a child of the dialog shell. This is a grandchild
27 of the widget whose ID was passed to the function.
28
30 Name Class Type Default Access
31 ───────────────────────────────────────
32
34 Object(3) Rect(3) UnNamedObj(3) Core(3) Composite(3) Shell(3)
35 WMShell(3) VendorShell(3) TransientShell(3) XmDialogShell(3)
36
39 XmCreateBulletinBoardDialog(3x) XmCreateFormDialog(3x) XmCreateMessage‐
40 Dialog(3x) XmCreateQuestionDialog(3x) XmCreateWarningDialog(3x) XmCre‐
41 ateErrorDialog(3x) XmCreateWorkingDialog(3x)
42
44 XmBulletinBoard(3x)
45
46
47
48LessTif Project April 1998 XmDialogShell(3)