File indexing completed on 2025-01-18 10:15:24
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019
0020
0021
0022
0023 #ifndef _XmDialogShellP_h
0024 #define _XmDialogShellP_h
0025
0026 #include <Xm/XmP.h>
0027 #include <Xm/DialogS.h>
0028 #include <X11/ShellP.h>
0029
0030 #ifdef __cplusplus
0031 extern "C" {
0032 #endif
0033
0034
0035
0036 typedef struct
0037 {
0038
0039 XtGrabKind grab_kind;
0040 Position old_x, old_y;
0041 } XmDialogShellPart;
0042
0043
0044
0045
0046 typedef struct _XmDialogShellRec
0047 {
0048 CorePart core;
0049 CompositePart composite;
0050 ShellPart shell;
0051 WMShellPart wm;
0052 VendorShellPart vendor;
0053 TransientShellPart transient;
0054 XmDialogShellPart dialog;
0055 } XmDialogShellRec;
0056
0057 typedef struct _XmDialogShellWidgetRec
0058 {
0059 CorePart core;
0060 CompositePart composite;
0061 ShellPart shell;
0062 WMShellPart wm;
0063 VendorShellPart vendor;
0064 TransientShellPart transient;
0065 XmDialogShellPart dialog;
0066 } XmDialogShellWidgetRec;
0067
0068
0069
0070
0071
0072 typedef struct
0073 {
0074 XtPointer extension;
0075 } XmDialogShellClassPart;
0076
0077
0078
0079
0080 typedef struct _XmDialogShellClassRec
0081 {
0082 CoreClassPart core_class;
0083 CompositeClassPart composite_class;
0084 ShellClassPart shell_class;
0085 WMShellClassPart wm_shell_class;
0086 VendorShellClassPart vendor_shell_class;
0087 TransientShellClassPart transient_shell_class;
0088 XmDialogShellClassPart dialog_shell_part;
0089 } XmDialogShellClassRec;
0090
0091
0092 externalref XmDialogShellClassRec xmDialogShellClassRec;
0093
0094
0095
0096
0097
0098
0099
0100
0101 #ifdef __cplusplus
0102 }
0103 #endif
0104
0105 #endif
0106