GtkThemingEngine: Add vmethod to render arrows.

This commit is contained in:
Carlos Garnacho
2010-03-27 18:50:39 +01:00
parent 1c15b140a9
commit b7ca7d19ee
2 changed files with 76 additions and 0 deletions

View File

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