summaryrefslogtreecommitdiff
path: root/Eyes.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:49:22 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:49:22 +0000
commitdfc0320568e5237fff45b3f7fb6f332d1bf5e9bf (patch)
tree5cf2915b722b8c0d9d570a5bf0874ea406f9ac95 /Eyes.h
Initial revisionXORG-STABLE
Diffstat (limited to 'Eyes.h')
-rw-r--r--Eyes.h44
1 files changed, 44 insertions, 0 deletions
diff --git a/Eyes.h b/Eyes.h
new file mode 100644
index 0000000..239a127
--- /dev/null
+++ b/Eyes.h
@@ -0,0 +1,44 @@
+/*
+* $XConsortium: Eyes.h,v 1.7 90/12/01 13:04:51 rws Exp $
+*/
+
+#ifndef _XtEyes_h
+#define _XtEyes_h
+
+/***********************************************************************
+ *
+ * Eyes Widget
+ *
+ ***********************************************************************/
+
+/* Parameters:
+
+ Name Class RepType Default Value
+ ---- ----- ------- -------------
+ background Background pixel White
+ border BorderColor pixel Black
+ borderWidth BorderWidth int 1
+ foreground Foreground Pixel Black
+ outline Outline Pixel Black
+ height Height int 120
+ mappedWhenManaged MappedWhenManaged Boolean True
+ reverseVideo ReverseVideo Boolean False
+ width Width int 120
+ x Position int 0
+ y Position int 0
+
+*/
+
+#define XtNoutline "outline"
+#define XtNcenterColor "center"
+
+#define XtNshapeWindow "shapeWindow"
+#define XtCShapeWindow "ShapeWindow"
+
+typedef struct _EyesRec *EyesWidget; /* completely defined in EyesPrivate.h */
+typedef struct _EyesClassRec *EyesWidgetClass; /* completely defined in EyesPrivate.h */
+
+extern WidgetClass eyesWidgetClass;
+
+#endif /* _XtEyes_h */
+/* DON'T ADD STUFF AFTER THIS #endif */