summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbar.h
diff options
context:
space:
mode:
authorSoeren Sandmann <sandmann@daimi.au.dk>2004-01-18 14:31:00 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2004-01-18 14:31:00 +0000
commit8578431f1b674b1bbfb5d5e51b5aba638d25a047 (patch)
tree6c658e7f8531c672cba8c65a3e82bfaed0da0fd2 /gtk/gtktoolbar.h
parentaccc299dfacffe58ad32f1ffb2f00188316a28e5 (diff)
downloadgtk+-8578431f1b674b1bbfb5d5e51b5aba638d25a047.tar.gz
Add _gtk_toolbar_paint_space_line(), _gtk_toolbar_get_default_space_size
Sun Jan 18 15:25:39 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktoolbar.[ch]: Add _gtk_toolbar_paint_space_line(), _gtk_toolbar_get_default_space_size (); * gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_expose, get_space_size): Use them here.
Diffstat (limited to 'gtk/gtktoolbar.h')
-rw-r--r--gtk/gtktoolbar.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtktoolbar.h b/gtk/gtktoolbar.h
index a7fa7bdc76..693d2a7af4 100644
--- a/gtk/gtktoolbar.h
+++ b/gtk/gtktoolbar.h
@@ -167,11 +167,11 @@ void gtk_toolbar_set_drop_highlight_item (GtkToolbar *toolbar,
/* internal functions */
gchar * _gtk_toolbar_elide_underscores (const gchar *original);
-/* these two functions actually accept NULL for the toolbar, in which case
- * you'll get a default value
- */
-int _gtk_toolbar_get_space_size (GtkToolbar *toolbar);
-GtkToolbarSpaceStyle _gtk_toolbar_get_space_style (GtkToolbar *toolbar);
+void _gtk_toolbar_paint_space_line (GtkWidget *widget,
+ GtkToolbar *toolbar,
+ GdkRectangle *area,
+ GtkAllocation *allocation);
+gint _gtk_toolbar_get_default_space_size (void);
#ifndef GTK_DISABLE_DEPRECATED
void gtk_toolbar_set_icon_size (GtkToolbar *toolbar,