forked from AuroraMiddleware/gtk
forgot to set the initial `0' cursor.
Tue Mar 31 06:37:16 1998 Tim Janik <timj@gtk.org> * gtk/testgtk.c (create_cursors): forgot to set the initial `0' cursor.
This commit is contained in:
parent
4e01061296
commit
30f22e0208
@ -1,3 +1,7 @@
|
||||
Tue Mar 31 06:37:16 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/testgtk.c (create_cursors): forgot to set the initial `0' cursor.
|
||||
|
||||
1998-03-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gdk/gdkdnd.c (gdk_dnd_display_drag_cursor): First fix: Move the
|
||||
|
@ -1,3 +1,7 @@
|
||||
Tue Mar 31 06:37:16 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/testgtk.c (create_cursors): forgot to set the initial `0' cursor.
|
||||
|
||||
1998-03-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gdk/gdkdnd.c (gdk_dnd_display_drag_cursor): First fix: Move the
|
||||
|
@ -1,3 +1,7 @@
|
||||
Tue Mar 31 06:37:16 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/testgtk.c (create_cursors): forgot to set the initial `0' cursor.
|
||||
|
||||
1998-03-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gdk/gdkdnd.c (gdk_dnd_display_drag_cursor): First fix: Move the
|
||||
|
@ -1,3 +1,7 @@
|
||||
Tue Mar 31 06:37:16 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/testgtk.c (create_cursors): forgot to set the initial `0' cursor.
|
||||
|
||||
1998-03-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gdk/gdkdnd.c (gdk_dnd_display_drag_cursor): First fix: Move the
|
||||
|
@ -1,3 +1,7 @@
|
||||
Tue Mar 31 06:37:16 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/testgtk.c (create_cursors): forgot to set the initial `0' cursor.
|
||||
|
||||
1998-03-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gdk/gdkdnd.c (gdk_dnd_display_drag_cursor): First fix: Move the
|
||||
|
@ -1,3 +1,7 @@
|
||||
Tue Mar 31 06:37:16 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/testgtk.c (create_cursors): forgot to set the initial `0' cursor.
|
||||
|
||||
1998-03-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gdk/gdkdnd.c (gdk_dnd_display_drag_cursor): First fix: Move the
|
||||
|
@ -1,3 +1,7 @@
|
||||
Tue Mar 31 06:37:16 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/testgtk.c (create_cursors): forgot to set the initial `0' cursor.
|
||||
|
||||
1998-03-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gdk/gdkdnd.c (gdk_dnd_display_drag_cursor): First fix: Move the
|
||||
|
@ -2653,10 +2653,11 @@ create_cursors ()
|
||||
GTK_SIGNAL_FUNC (gtk_widget_destroy),
|
||||
GTK_OBJECT (window));
|
||||
gtk_box_pack_start (GTK_BOX (hbox), button, TRUE, TRUE, 5);
|
||||
}
|
||||
|
||||
if (!GTK_WIDGET_VISIBLE (window))
|
||||
gtk_widget_show_all (window);
|
||||
gtk_widget_show_all (window);
|
||||
|
||||
set_cursor (spinner, darea);
|
||||
}
|
||||
else
|
||||
gtk_widget_destroy (window);
|
||||
}
|
||||
|
@ -2653,10 +2653,11 @@ create_cursors ()
|
||||
GTK_SIGNAL_FUNC (gtk_widget_destroy),
|
||||
GTK_OBJECT (window));
|
||||
gtk_box_pack_start (GTK_BOX (hbox), button, TRUE, TRUE, 5);
|
||||
}
|
||||
|
||||
if (!GTK_WIDGET_VISIBLE (window))
|
||||
gtk_widget_show_all (window);
|
||||
gtk_widget_show_all (window);
|
||||
|
||||
set_cursor (spinner, darea);
|
||||
}
|
||||
else
|
||||
gtk_widget_destroy (window);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user