Public Member Functions | |
Paint (const Paint &c) | |
bool | operator!= (const Paint &) const |
bool | operator== (const Paint &) const |
void | set_pen_color (const Gdk::Color &) |
void | set_brush_color (const Gdk::Color &) |
Glib::RefPtr< Gdk::GC > | pen (const Glib::RefPtr< Gdk::Drawable > &) const |
Glib::RefPtr< Gdk::GC > | brush (const Glib::RefPtr< Gdk::Drawable > &) const |
bool | filled () const |
|
Return Brush (no fill).
|
|
Return Pen (only outline).
|
|
Set the color of the brush The pen is used to fill objects |
|
Set the color of the pen The pen is used to draw lines or outlines of objects |