diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2010-03-27 20:18:38 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2010-12-04 15:36:55 +0100 |
commit | 8439537e2f69fec3e1af4c96709c06ed21db06fe (patch) | |
tree | 57995824bad3e01c54fdb204073b73616d6d808a /gtk/gtkthemingengine.h | |
parent | 9c3b079c1cb49e1681f1c5b27c27ddb7f0e67217 (diff) | |
download | gtk+-8439537e2f69fec3e1af4c96709c06ed21db06fe.tar.gz |
GtkThemingEngine: Add vmethod to render focus indicator.
Diffstat (limited to 'gtk/gtkthemingengine.h')
-rw-r--r-- | gtk/gtkthemingengine.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkthemingengine.h b/gtk/gtkthemingengine.h index 969d65b6bf..61dc7f3d79 100644 --- a/gtk/gtkthemingengine.h +++ b/gtk/gtkthemingengine.h @@ -85,6 +85,12 @@ struct GtkThemingEngineClass gdouble y, gdouble width, gdouble height); + void (* render_focus) (GtkThemingEngine *engine, + cairo_t *cr, + gdouble x, + gdouble y, + gdouble width, + gdouble height); }; GType gtk_theming_engine_get_type (void) G_GNUC_CONST; |