JWM Source Documentation
gradient.h
Go to the documentation of this file.
00001 00010 #ifndef GRADIENT_H 00011 #define GRADIENT_H 00012 00024 void DrawHorizontalGradient(Drawable d, GC g, 00025 long fromColor, long toColor, 00026 int x, int y, unsigned int width, unsigned int height); 00027 00028 #endif /* GRADIENT_H */ 00029