rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / x11 / libXaw4 / src / Xaw3_1Template.h
blobb3864e2752fdc4ae227e881e3def88063719d0fe
1 #include <X11/copyright.h>
3 /* $XConsortium: Template.h,v 1.4 89/07/21 01:41:49 kit Exp $ */
4 /* Copyright Massachusetts Institute of Technology 1987, 1988 */
6 #ifndef _Template_h
7 #define _Template_h
9 /****************************************************************
11 * Template widget
13 ****************************************************************/
15 /* Resources:
17 Name Class RepType Default Value
18 ---- ----- ------- -------------
19 background Background Pixel XtDefaultBackground
20 border BorderColor Pixel XtDefaultForeground
21 borderWidth BorderWidth Dimension 1
22 destroyCallback Callback Pointer NULL
23 height Height Dimension 0
24 mappedWhenManaged MappedWhenManaged Boolean True
25 sensitive Sensitive Boolean True
26 width Width Dimension 0
27 x Position Position 0
28 y Position Position 0
32 /* define any special resource names here that are not in <X11/StringDefs.h> */
34 #define XtNtemplateResource "templateResource"
36 #define XtCTemplateResource "TemplateResource"
38 /* declare specific TemplateWidget class and instance datatypes */
40 typedef struct _TemplateClassRec* TemplateWidgetClass;
41 typedef struct _TemplateRec* TemplateWidget;
43 /* declare the class constant */
45 extern WidgetClass templateWidgetClass;
47 #endif /* _Template_h */