gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / x11 / libXaw5 / src / Porthole.h
blobae6a37d5a16981fcceb6a36c394fff4f52450578
1 /*
2 * $XConsortium: Porthole.h,v 1.2 94/04/17 20:12:35 jim Exp $
4 Copyright (c) 1990 X Consortium
6 Permission is hereby granted, free of charge, to any person obtaining a copy
7 of this software and associated documentation files (the "Software"), to deal
8 in the Software without restriction, including without limitation the rights
9 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10 copies of the Software, and to permit persons to whom the Software is
11 furnished to do so, subject to the following conditions:
13 The above copyright notice and this permission notice shall be included in
14 all copies or substantial portions of the Software.
16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
20 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
21 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23 Except as contained in this notice, the name of the X Consortium shall not be
24 used in advertising or otherwise to promote the sale, use or other dealings
25 in this Software without prior written authorization from the X Consortium.
27 * Author: Jim Fulton, MIT X Consortium
30 #ifndef _XawPorthole_h
31 #define _XawPorthole_h
33 #include <X11/Xaw/Reports.h>
35 /*****************************************************************************
37 * Porthole Widget (subclass of Composite)
39 * This widget is similar to a viewport without scrollbars. Child movement
40 * is done by external panners or scrollbars.
42 * Parameters:
44 * Name Class Type Default
45 * ---- ----- ---- -------
47 * background Background Pixel XtDefaultBackground
48 * border BorderColor Pixel XtDefaultForeground
49 * borderWidth BorderWidth Dimension 1
50 * height Height Dimension 0
51 * reportCallback ReportCallback Pointer NULL
52 * width Width Dimension 0
53 * x Position Position 0
54 * y Position Position 0
56 *****************************************************************************/
58 /* external declarations */
60 extern WidgetClass portholeWidgetClass;
61 typedef struct _PortholeClassRec *PortholeWidgetClass;
62 typedef struct _PortholeRec *PortholeWidget;
64 #endif /* _XawPorthole_h */