|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: E T
Length: 1193 (0x4a9) Types: TextFile Names: »Eyes.h«
└─⟦276d19d6e⟧ Bits:30007243 EUUGD5_I: X11R5 └─⟦af7d3f39a⟧ »./mit-2/mit-2.00« └─⟦0abaffd9e⟧ └─⟦this⟧ »mit/demos/xeyes/Eyes.h«
/* * $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 */