summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbar.h
diff options
context:
space:
mode:
authorSoeren Sandmann <sandmann@daimi.au.dk>2003-10-29 01:58:38 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2003-10-29 01:58:38 +0000
commitf36e68a1e80b00e780daba46b1196ed7a804d1e0 (patch)
tree6d61d8359a62c51c5d3fea1e35402e840d504a1f /gtk/gtktoolbar.h
parent077eee4dfb25eda4db6de0f691db6a7085f9b5c2 (diff)
downloadgdk-pixbuf-f36e68a1e80b00e780daba46b1196ed7a804d1e0.tar.gz
Add this function; remove gtk_toolbar_highlight_drop_location() and
Wed Oct 29 02:54:35 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktoolbar.[ch] (gtk_toolbar_set_drop_highlight_item): Add this function; remove gtk_toolbar_highlight_drop_location() and gtk_toolbar_unhighlight_drop_location(). Also fix bug where the number of overflowed items were miscounted.
Diffstat (limited to 'gtk/gtktoolbar.h')
-rw-r--r--gtk/gtktoolbar.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/gtk/gtktoolbar.h b/gtk/gtktoolbar.h
index ec61e8f60..b15ace289 100644
--- a/gtk/gtktoolbar.h
+++ b/gtk/gtktoolbar.h
@@ -159,11 +159,9 @@ GtkReliefStyle gtk_toolbar_get_relief_style (GtkToolbar *toolbar)
gint gtk_toolbar_get_drop_index (GtkToolbar *toolbar,
gint x,
gint y);
-void gtk_toolbar_highlight_drop_location (GtkToolbar *toolbar,
- gint index,
- GtkToolItem *tool_item);
-void gtk_toolbar_unhighlight_drop_location (GtkToolbar *toolbar);
-
+void gtk_toolbar_set_drop_highlight_item (GtkToolbar *toolbar,
+ GtkToolItem *tool_item,
+ gint index);
/* internal function */