Start off with the cursor for "no drop" since if we'll get a status if we
Wed Jan 20 19:57:14 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.c (gtk_drag_begin): Start off with the cursor for "no drop" since if we'll get a status if we are over a drag window, but none if we aren't over one.
This commit is contained in:
parent
6e3e247b9a
commit
21993dcb10
@ -1,3 +1,10 @@
|
||||
Wed Jan 20 19:57:14 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_begin): Start off with the
|
||||
cursor for "no drop" since if we'll get a status
|
||||
if we are over a drag window, but none if we aren't
|
||||
over one.
|
||||
|
||||
1999-01-20 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* gtk/gtkcombo.c (gtk_combo_entry_key_press):
|
||||
|
@ -1,3 +1,10 @@
|
||||
Wed Jan 20 19:57:14 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_begin): Start off with the
|
||||
cursor for "no drop" since if we'll get a status
|
||||
if we are over a drag window, but none if we aren't
|
||||
over one.
|
||||
|
||||
1999-01-20 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* gtk/gtkcombo.c (gtk_combo_entry_key_press):
|
||||
|
@ -1,3 +1,10 @@
|
||||
Wed Jan 20 19:57:14 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_begin): Start off with the
|
||||
cursor for "no drop" since if we'll get a status
|
||||
if we are over a drag window, but none if we aren't
|
||||
over one.
|
||||
|
||||
1999-01-20 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* gtk/gtkcombo.c (gtk_combo_entry_key_press):
|
||||
|
@ -1,3 +1,10 @@
|
||||
Wed Jan 20 19:57:14 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_begin): Start off with the
|
||||
cursor for "no drop" since if we'll get a status
|
||||
if we are over a drag window, but none if we aren't
|
||||
over one.
|
||||
|
||||
1999-01-20 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* gtk/gtkcombo.c (gtk_combo_entry_key_press):
|
||||
|
@ -1,3 +1,10 @@
|
||||
Wed Jan 20 19:57:14 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_begin): Start off with the
|
||||
cursor for "no drop" since if we'll get a status
|
||||
if we are over a drag window, but none if we aren't
|
||||
over one.
|
||||
|
||||
1999-01-20 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* gtk/gtkcombo.c (gtk_combo_entry_key_press):
|
||||
|
@ -1,3 +1,10 @@
|
||||
Wed Jan 20 19:57:14 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_begin): Start off with the
|
||||
cursor for "no drop" since if we'll get a status
|
||||
if we are over a drag window, but none if we aren't
|
||||
over one.
|
||||
|
||||
1999-01-20 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* gtk/gtkcombo.c (gtk_combo_entry_key_press):
|
||||
|
@ -1,3 +1,10 @@
|
||||
Wed Jan 20 19:57:14 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_begin): Start off with the
|
||||
cursor for "no drop" since if we'll get a status
|
||||
if we are over a drag window, but none if we aren't
|
||||
over one.
|
||||
|
||||
1999-01-20 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* gtk/gtkcombo.c (gtk_combo_entry_key_press):
|
||||
|
@ -1516,7 +1516,7 @@ gtk_drag_begin (GtkWidget *widget,
|
||||
|
||||
if (event)
|
||||
info->cursor = gtk_drag_get_cursor (
|
||||
gtk_drag_get_event_action (event, info->button, actions));
|
||||
gtk_drag_get_event_action (event, info->button, 0));
|
||||
|
||||
gtk_signal_emit_by_name (GTK_OBJECT (widget), "drag_begin",
|
||||
info->context);
|
||||
|
Loading…
Reference in New Issue
Block a user