remove OSF1 support
[oweals/cde.git] / cde / programs / dtinfo / dtinfo / wwl / include / WWL / WXmRowColumn.h
1 /*
2  * CDE - Common Desktop Environment
3  *
4  * Copyright (c) 1993-2012, The Open Group. All rights reserved.
5  *
6  * These libraries and programs are free software; you can
7  * redistribute them and/or modify them under the terms of the GNU
8  * Lesser General Public License as published by the Free Software
9  * Foundation; either version 2 of the License, or (at your option)
10  * any later version.
11  *
12  * These libraries and programs are distributed in the hope that
13  * they will be useful, but WITHOUT ANY WARRANTY; without even the
14  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15  * PURPOSE. See the GNU Lesser General Public License for more
16  * details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with these libraries and programs; if not, write
20  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
21  * Floor, Boston, MA 02110-1301 USA
22  */
23 /*
24  * $XConsortium: WXmRowColumn.h /main/3 1996/06/11 17:01:51 cde-hal $
25  *
26  * Copyright (c) 1991 HaL Computer Systems, Inc.  All rights reserved.
27  * UNPUBLISHED -- rights reserved under the Copyright Laws of the United
28  * States.  Use of a copyright notice is precautionary only and does not
29  * imply publication or disclosure.
30  * 
31  * This software contains confidential information and trade secrets of HaL
32  * Computer Systems, Inc.  Use, disclosure, or reproduction is prohibited
33  * without the prior express written permission of HaL Computer Systems, Inc.
34  * 
35  *                         RESTRICTED RIGHTS LEGEND
36  * Use, duplication, or disclosure by the Government is subject to
37  * restrictions as set forth in subparagraph (c)(l)(ii) of the Rights in
38  * Technical Data and Computer Software clause at DFARS 252.227-7013.
39  *                        HaL Computer Systems, Inc.
40  *                  1315 Dell Avenue, Campbell, CA  95008
41  * 
42  */
43
44 // This code is automatically generated in -*- C++ -*-
45 #ifndef WXmRowColumn_h
46 #define WXmRowColumn_h
47
48 #include "WXmManager.h"
49 #include <Xm/RowColumn.h>
50
51 class WXmRowColumn : public WXmManager {
52 public :
53                 DEFINE_INIT (WXmRowColumn, WXmManager, xmRowColumnWidgetClass)
54         DEFINE_GETTER_SETTER (ResizeWidth,Boolean,"resizeWidth")
55         DEFINE_GETTER_SETTER (ResizeHeight,Boolean,"resizeHeight")
56         DEFINE_GETTER_SETTER (WhichButton,unsigned int,"whichButton")
57         DEFINE_GETTER_SETTER (AdjustLast,Boolean,"adjustLast")
58         DEFINE_GETTER_SETTER (MarginWidth,Dimension,"marginWidth")
59         DEFINE_GETTER_SETTER (MarginHeight,Dimension,"marginHeight")
60         DEFINE_CALLBACK (EntryCallback,"entryCallback")
61         DEFINE_CALLBACK (MapCallback,"mapCallback")
62         DEFINE_CALLBACK (UnmapCallback,"unmapCallback")
63         DEFINE_GETTER_SETTER (Orientation,unsigned char,"orientation")
64         DEFINE_GETTER_SETTER (Spacing,Dimension,"spacing")
65         DEFINE_GETTER_SETTER (EntryBorder,Dimension,"entryBorder")
66         DEFINE_GETTER_SETTER (IsAligned,Boolean,"isAligned")
67         DEFINE_GETTER_SETTER (EntryAlignment,unsigned char,"entryAlignment")
68         DEFINE_GETTER_SETTER (AdjustMargin,Boolean,"adjustMargin")
69         DEFINE_GETTER_SETTER (Packing,unsigned char,"packing")
70         DEFINE_GETTER_SETTER (NumColumns,short,"numColumns")
71         DEFINE_GETTER_SETTER (RadioBehavior,Boolean,"radioBehavior")
72         DEFINE_GETTER_SETTER (RadioAlwaysOne,Boolean,"radioAlwaysOne")
73         DEFINE_GETTER_SETTER (IsHomogeneous,Boolean,"isHomogeneous")
74         DEFINE_GETTER_SETTER (EntryClass,int,"entryClass")
75         DEFINE_GETTER_SETTER (RowColumnType,unsigned char,"rowColumnType")
76         DEFINE_GETTER_SETTER (MenuHelpWidget,Widget,"menuHelpWidget")
77         DEFINE_STRING_GETSET (LabelString,"labelString")
78         DEFINE_GETTER_SETTER (SubMenuId,Widget,"subMenuId")
79         DEFINE_GETTER_SETTER (MenuHistory,Widget,"menuHistory")
80         DEFINE_GETTER_SETTER (PopupEnabled,Boolean,"popupEnabled")
81         DEFINE_GETTER_SETTER (MenuAccelerator,char*,"menuAccelerator")
82         DEFINE_GETTER_SETTER (Mnemonic,char,"mnemonic")
83
84 // Constraint resources valid within paned window
85
86    DEFINE_GETTER_SETTER (AllowResize, Boolean, "allowResize")
87    DEFINE_GETTER_SETTER (PaneMaximum, Dimension, "paneMaximum")
88    DEFINE_GETTER_SETTER (PaneMinimum, Dimension, "paneMinimum")
89    DEFINE_GETTER_SETTER (SkipAdjust,  Boolean, "skipAdjust")
90 };
91
92 #define NULLWXmRowColumn                WXmRowColumn((Widget)0)
93
94 class CXmRowColumn : public CXmManager {
95 public :
96                 DEFINE_CINIT(CXmRowColumn, CXmManager, xmRowColumnWidgetClass)
97 };
98
99 #endif