Index: GSDrawFunctions.h =================================================================== RCS file: /cvsroot/gnustep/gnustep/core/gui/Headers/Additions/GNUstepGUI/GSDrawFunctions.h,v retrieving revision 1.6 diff -u -r1.6 GSDrawFunctions.h --- GSDrawFunctions.h 31 May 2004 19:24:09 -0000 1.6 +++ GSDrawFunctions.h 20 Aug 2004 18:30:46 -0000 @@ -48,6 +48,16 @@ inRect: (NSRect)border withClip: (NSRect)clip; ++ (void) drawGradient: (NSData*) gradient + withSize: (NSArray*) size + border: (NSRect) border; ++ (void) drawHorizontalGradient: (NSColor*) start + to: (NSColor*) end + frame: (NSRect) frame ++ (void) drawVerticalGradient: (NSColor*) start + to: (NSColor*) end + frame: (NSRect) frame + @end #endif /* _GNUstep_H_GSDrawFunctions */