diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2010-10-13 00:52:50 +0200 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2010-12-04 15:38:21 +0100 |
commit | 59b0fa81332d7ab6d30813cb86a5706ee0a734d0 (patch) | |
tree | 3a90f6bcfc117c6beaa8a69cecc6c4f7ed30836e /gtk/gtkthemingengine.h | |
parent | e8c103f652921530aa30ab9e829bbe485deb7d85 (diff) | |
download | gtk+-59b0fa81332d7ab6d30813cb86a5706ee0a734d0.tar.gz |
Remove GtkOrientation parameter from gtk_render_handle().
The case for paned can be guessed out from the height and width,
for handlebox the orientation parameter doesn't make much sense,
and this way it could also be used for resize grips.
Diffstat (limited to 'gtk/gtkthemingengine.h')
-rw-r--r-- | gtk/gtkthemingengine.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkthemingengine.h b/gtk/gtkthemingengine.h index 8cbd75ad2d..47a4234f4b 100644 --- a/gtk/gtkthemingengine.h +++ b/gtk/gtkthemingengine.h @@ -130,8 +130,7 @@ struct GtkThemingEngineClass gdouble x, gdouble y, gdouble width, - gdouble height, - GtkOrientation orientation); + gdouble height); }; GType gtk_theming_engine_get_type (void) G_GNUC_CONST; |