GNOME Bugzilla – Bug 90266
the filled parameter in Gdk::Drawable::draw_rectangle should be a bool not an int
Last modified: 2004-12-22 21:47:04 UTC
The current signature is void draw_rectangle (const Glib::RefPtr<const GC>& gc, int filled, int x, int y, int width, int height) However int the gtk docs the filled parameter in gdk_draw_rectangle is the same as gdk_draw_polygon filled :TRUE if the rectangle should be filled.
Also applies to Gdk::Drawable::draw_arc
Thanks.