GtkThemingEngine: Add vmethod to render backgrounds.

This commit is contained in:
Carlos Garnacho
2010-03-27 20:06:44 +01:00
parent 01a8e06842
commit 13812de971
2 changed files with 179 additions and 0 deletions

View File

@ -49,6 +49,12 @@ struct GtkThemingEngineClass
{
GObjectClass parent_class;
void (* render_background) (GtkThemingEngine *engine,
cairo_t *cr,
gdouble x,
gdouble y,
gdouble width,
gdouble height);
void (* render_check) (GtkThemingEngine *engine,
cairo_t *cr,
gdouble x,