summaryrefslogtreecommitdiff
path: root/gtk/gtktoolitem.h
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2017-04-02 16:41:44 +0200
committerCarlos Garnacho <carlosg@gnome.org>2017-05-25 16:25:59 +0200
commitd9d0c56eb72cc433e21bf067fd8059f16e09b2a9 (patch)
tree5f82288a28984cfab6dac698590a5aabdcd86725 /gtk/gtktoolitem.h
parent072a13d0b740a2bbc9facce36534b14a6634d008 (diff)
downloadgtk+-d9d0c56eb72cc433e21bf067fd8059f16e09b2a9.tar.gz
gtktoolitem: Remove gtk_tool_item_set_use_drag_window()
This API call is not necessary anymore, since it's no longer necessary to receive events.
Diffstat (limited to 'gtk/gtktoolitem.h')
-rw-r--r--gtk/gtktoolitem.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk/gtktoolitem.h b/gtk/gtktoolitem.h
index 9a24c8813e..e17a8925c2 100644
--- a/gtk/gtktoolitem.h
+++ b/gtk/gtktoolitem.h
@@ -99,13 +99,6 @@ void gtk_tool_item_set_tooltip_text (GtkToolItem *tool_item,
GDK_AVAILABLE_IN_ALL
void gtk_tool_item_set_tooltip_markup (GtkToolItem *tool_item,
const gchar *markup);
-
-GDK_AVAILABLE_IN_ALL
-void gtk_tool_item_set_use_drag_window (GtkToolItem *tool_item,
- gboolean use_drag_window);
-GDK_AVAILABLE_IN_ALL
-gboolean gtk_tool_item_get_use_drag_window (GtkToolItem *tool_item);
-
GDK_AVAILABLE_IN_ALL
void gtk_tool_item_set_visible_horizontal (GtkToolItem *tool_item,
gboolean visible_horizontal);