GtkThemingEngine: Add vmethod to render radio buttons.

This commit is contained in:
Carlos Garnacho
2010-03-20 17:37:34 +01:00
parent 401625b8b3
commit 263f6de0e5
2 changed files with 89 additions and 0 deletions

View File

@ -55,6 +55,12 @@ struct GtkThemingEngineClass
gdouble y,
gdouble width,
gdouble height);
void (* render_option) (GtkThemingEngine *engine,
cairo_t *cr,
gdouble x,
gdouble y,
gdouble width,
gdouble height);
};
GType gtk_theming_engine_get_type (void) G_GNUC_CONST;