diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2015-12-29 12:34:16 -0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2016-01-03 00:41:32 -0800 |
commit | eff8865ab1332324bbb486b57e60ebd957e5a661 (patch) | |
tree | ce16a8ee2398250fb3c556ade4aa1876ea2b0db5 /gtk/gtktoolbarprivate.h | |
parent | 55e80f9379c568e01c66bc4d7e5696f467d66d78 (diff) | |
download | gtk+-eff8865ab1332324bbb486b57e60ebd957e5a661.tar.gz |
separatortoolitem: don't use custom sizing/rendering
Instead, just rely on the CSS gadget; we can stop using wide-separators,
separator-height and separator-width, and at the same time deprecate the
space-size style property of GtkToolbar.
Diffstat (limited to 'gtk/gtktoolbarprivate.h')
-rw-r--r-- | gtk/gtktoolbarprivate.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtktoolbarprivate.h b/gtk/gtktoolbarprivate.h index c63e90120c..982251a1fe 100644 --- a/gtk/gtktoolbarprivate.h +++ b/gtk/gtktoolbarprivate.h @@ -35,11 +35,6 @@ G_BEGIN_DECLS gchar * _gtk_toolbar_elide_underscores (const gchar *original); -void _gtk_toolbar_paint_space_line (GtkWidget *widget, - GtkToolbar *toolbar, - cairo_t *cr); -gint _gtk_toolbar_get_default_space_size (void); - G_END_DECLS |