mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
removed function drag_begin_cb(), which was in svn since 2.8 but was never
2008-06-16 Michael Natterer <mitch@imendio.com> * gtk/gtkentry.c: removed function drag_begin_cb(), which was in svn since 2.8 but was never used. svn path=/trunk/; revision=20409
This commit is contained in:
parent
f5f865d43c
commit
a09bebd5b9
@ -1,3 +1,8 @@
|
|||||||
|
2008-06-16 Michael Natterer <mitch@imendio.com>
|
||||||
|
|
||||||
|
* gtk/gtkentry.c: removed function drag_begin_cb(), which was in
|
||||||
|
svn since 2.8 but was never used.
|
||||||
|
|
||||||
2008-06-16 Michael Natterer <mitch@imendio.com>
|
2008-06-16 Michael Natterer <mitch@imendio.com>
|
||||||
|
|
||||||
* gtk/gtkbindings.c (_gtk_binding_entry_add_signall): use
|
* gtk/gtkbindings.c (_gtk_binding_entry_add_signall): use
|
||||||
|
@ -1894,14 +1894,6 @@ _gtk_entry_get_selected_text (GtkEntry *entry)
|
|||||||
return text;
|
return text;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
|
||||||
drag_begin_cb (GtkWidget *widget,
|
|
||||||
GdkDragContext *context,
|
|
||||||
gpointer data)
|
|
||||||
{
|
|
||||||
g_signal_handlers_disconnect_by_func (widget, drag_begin_cb, NULL);
|
|
||||||
}
|
|
||||||
|
|
||||||
static gint
|
static gint
|
||||||
gtk_entry_motion_notify (GtkWidget *widget,
|
gtk_entry_motion_notify (GtkWidget *widget,
|
||||||
GdkEventMotion *event)
|
GdkEventMotion *event)
|
||||||
|
Loading…
Reference in New Issue
Block a user