GtkStyleContext: Add gtk_render_option().

This commit is contained in:
Carlos Garnacho
2010-03-20 17:40:21 +01:00
parent 263f6de0e5
commit 1c15b140a9
2 changed files with 28 additions and 0 deletions

View File

@ -109,6 +109,12 @@ void gtk_render_check (GtkStyleContext *context,
gdouble y,
gdouble width,
gdouble height);
void gtk_render_option (GtkStyleContext *context,
cairo_t *cr,
gdouble x,
gdouble y,
gdouble width,
gdouble height);
G_END_DECLS