version 1.1 | version 1.2 | |||
---|---|---|---|---|
|
| |||
#ifndef _CrUtil_h | #ifndef _CrUtil_h | |||
#define _CrUtil_h | #define _CrUtil_h | |||
extern void FaceDraw (Widget w, GC gc, New_Face *face, int x, int y); | extern void DrawFacePart(Widget w, GC gc, New_Face *face, int x, int y, int x_offset, int y_offset); | |||
extern void DrawPartObject(Widget w, GC gc, object * op, int x, int y); | ||||
extern GC GCCreate (Widget w); | extern GC GCCreate (Widget w); | |||
#endif /* _CrUtil_h */ | #endif /* _CrUtil_h */ |
Legend:
|