Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtinfo / dtinfo / wwl / include / WWL / WXmPanedWindow.h
1 /*
2  * $XConsortium: WXmPanedWindow.h /main/3 1996/06/11 17:01:22 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 WXmPanedWindow_h
24 #define WXmPanedWindow_h
25
26 #include "WXmManager.h"
27 #include <Xm/PanedW.h>
28
29 class WXmPanedWindow : public WXmManager {
30 public :
31         DEFINE_INIT (WXmPanedWindow, WXmManager, xmPanedWindowWidgetClass)
32         DEFINE_GETTER_SETTER (MarginWidth,short,"marginWidth")
33         DEFINE_GETTER_SETTER (MarginHeight,short,"marginHeight")
34         DEFINE_GETTER_SETTER (Spacing,Dimension,"spacing")
35         DEFINE_GETTER_SETTER (RefigureMode,Boolean,"refigureMode")
36         DEFINE_GETTER_SETTER (SeparatorOn,Boolean,"separatorOn")
37         DEFINE_GETTER_SETTER (SashIndent,Position,"sashIndent")
38         DEFINE_GETTER_SETTER (SashWidth,Dimension,"sashWidth")
39         DEFINE_GETTER_SETTER (SashHeight,Dimension,"sashHeight")
40         DEFINE_GETTER_SETTER (SashShadowThickness,int,"sashShadowThickness")
41 };
42
43 #define NULLWXmPanedWindow              WXmPanedWindow((Widget)0)
44
45 /*
46 class CXmPanedWindow : public CXmManager {
47 public :
48         DEFINE_CINIT(CXmPanedWindow, CXmManager, xmPanedWindowWidgetClass)
49    DEFINE_GETTER_SETTER (AllowResize,        Boolean,        "allowResize")
50    DEFINE_GETTER_SETTER (PaneMinimum,        Dimension,      "paneMinimum")
51    DEFINE_GETTER_SETTER (PaneMaximum,        Dimension,      "paneMaximum")
52    DEFINE_GETTER_SETTER (PositionIndex,      short,          "positionIndex")
53    DEFINE_GETTER_SETTER (SkipAdjust,         Boolean,        "skipAdjust")
54
55 };
56 */
57
58 #endif