1 #ifndef __lib_gui_ecanvas_h
2 #define __lib_gui_ecanvas_h
4 #include <lib/gui/epixmap.h>
6 class eCanvas: public ePixmap
9 eCanvas(eWidget *parent);
11 void setSize(eSize size);
13 void clear(gRGB color);
14 void fillRect(eRect rect, gRGB color);
15 void writeText(eRect where, gRGB fg, gRGB bg, gFont *font, const char *string, int flags);