Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtinfo / dtinfo / wwl / include / WWL / WWMShell.h
1 /*
2  * $XConsortium: WWMShell.h /main/3 1996/06/11 16:59:06 cde-hal $
3  *
4  * Copyright (c) 1991 HaL Computer Systems, Inc.  All rights reserved.
5  * UNPUBLISHED -- rights reserved under the Copyright Laws of the United
6  * States.  Use of a copyright notice is precautionary only and does not
7  * imply publication or disclosure.
8  * 
9  * This software contains confidential information and trade secrets of HaL
10  * Computer Systems, Inc.  Use, disclosure, or reproduction is prohibited
11  * without the prior express written permission of HaL Computer Systems, Inc.
12  * 
13  *                         RESTRICTED RIGHTS LEGEND
14  * Use, duplication, or disclosure by the Government is subject to
15  * restrictions as set forth in subparagraph (c)(l)(ii) of the Rights in
16  * Technical Data and Computer Software clause at DFARS 252.227-7013.
17  *                        HaL Computer Systems, Inc.
18  *                  1315 Dell Avenue, Campbell, CA  95008
19  * 
20  */
21
22 // This code is automatically generated in -*- C++ -*-
23 #ifndef WWMShell_h
24 #define WWMShell_h
25
26 #include "WShell.h"
27 #include <X11/Shell.h>
28
29 class WWMShell : public WShell {
30 public :
31                 DEFINE_INIT (WWMShell, WShell, wmShellWidgetClass)
32                 DEFINE_POPUP_INIT (WWMShell, WShell, wmShellWidgetClass)
33         DEFINE_GETTER_SETTER (Title,char*,"title")
34         DEFINE_GETTER_SETTER (WmTimeout,int,"wmTimeout")
35         DEFINE_GETTER_SETTER (Waitforwm,Boolean,"waitforwm")
36         DEFINE_GETTER_SETTER (Transient,Boolean,"transient")
37         DEFINE_GETTER_SETTER (MinWidth,int,"minWidth")
38         DEFINE_GETTER_SETTER (MinHeight,int,"minHeight")
39         DEFINE_GETTER_SETTER (MaxWidth,int,"maxWidth")
40         DEFINE_GETTER_SETTER (MaxHeight,int,"maxHeight")
41         DEFINE_GETTER_SETTER (WidthInc,int,"widthInc")
42         DEFINE_GETTER_SETTER (HeightInc,int,"heightInc")
43         DEFINE_GETTER_SETTER (MinAspectX,int,"minAspectX")
44         DEFINE_GETTER_SETTER (MinAspectY,int,"minAspectY")
45         DEFINE_GETTER_SETTER (MaxAspectX,int,"maxAspectX")
46         DEFINE_GETTER_SETTER (MaxAspectY,int,"maxAspectY")
47         DEFINE_GETTER_SETTER (Input,Boolean,"input")
48         DEFINE_GETTER_SETTER (InitialState,int,"initialState")
49         DEFINE_GETTER_SETTER (IconPixmap,Pixmap,"iconPixmap")
50         DEFINE_GETTER_SETTER (IconWindow,Widget,"iconWindow")
51         DEFINE_GETTER_SETTER (IconX,int,"iconX")
52         DEFINE_GETTER_SETTER (IconY,int,"iconY")
53         DEFINE_GETTER_SETTER (IconMask,Pixmap,"iconMask")
54         DEFINE_GETTER_SETTER (WindowGroup,Widget,"windowGroup")
55 };
56
57 #define NULLWWMShell            WWMShell((Widget)0)
58
59 #endif