diff options
author | Soeren Sandmann <sandmann@daimi.au.dk> | 2003-10-29 01:58:38 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2003-10-29 01:58:38 +0000 |
commit | f36e68a1e80b00e780daba46b1196ed7a804d1e0 (patch) | |
tree | 6d61d8359a62c51c5d3fea1e35402e840d504a1f /gtk/gtktoolbar.h | |
parent | 077eee4dfb25eda4db6de0f691db6a7085f9b5c2 (diff) | |
download | gtk+-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.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gtk/gtktoolbar.h b/gtk/gtktoolbar.h index ec61e8f609..b15ace289c 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 */ |