replaced deprecated gtk_drawing_area_size

2001-02-13  Sven Neumann  <sven@convergence.de>

	* demos/testanimation.c: replaced deprecated gtk_drawing_area_size
This commit is contained in:
Sven Neumann 2001-02-13 13:40:27 +00:00 committed by Sven Neumann
parent e86265ecf3
commit 941378639a
8 changed files with 43 additions and 15 deletions

View File

@ -1,3 +1,7 @@
2001-02-13 Sven Neumann <sven@convergence.de>
* demos/testanimation.c: replaced deprecated gtk_drawing_area_size
2001-02-13 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
@ -8,8 +12,8 @@
* gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
* gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw when
using 90 or 270 degrees rotation.
* gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw
when using 90 or 270 degrees rotation.
2001-02-12 Havoc Pennington <hp@pobox.com>

View File

@ -1,3 +1,7 @@
2001-02-13 Sven Neumann <sven@convergence.de>
* demos/testanimation.c: replaced deprecated gtk_drawing_area_size
2001-02-13 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
@ -8,8 +12,8 @@
* gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
* gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw when
using 90 or 270 degrees rotation.
* gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw
when using 90 or 270 degrees rotation.
2001-02-12 Havoc Pennington <hp@pobox.com>

View File

@ -1,3 +1,7 @@
2001-02-13 Sven Neumann <sven@convergence.de>
* demos/testanimation.c: replaced deprecated gtk_drawing_area_size
2001-02-13 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
@ -8,8 +12,8 @@
* gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
* gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw when
using 90 or 270 degrees rotation.
* gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw
when using 90 or 270 degrees rotation.
2001-02-12 Havoc Pennington <hp@pobox.com>

View File

@ -1,3 +1,7 @@
2001-02-13 Sven Neumann <sven@convergence.de>
* demos/testanimation.c: replaced deprecated gtk_drawing_area_size
2001-02-13 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
@ -8,8 +12,8 @@
* gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
* gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw when
using 90 or 270 degrees rotation.
* gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw
when using 90 or 270 degrees rotation.
2001-02-12 Havoc Pennington <hp@pobox.com>

View File

@ -1,3 +1,7 @@
2001-02-13 Sven Neumann <sven@convergence.de>
* demos/testanimation.c: replaced deprecated gtk_drawing_area_size
2001-02-13 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
@ -8,8 +12,8 @@
* gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
* gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw when
using 90 or 270 degrees rotation.
* gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw
when using 90 or 270 degrees rotation.
2001-02-12 Havoc Pennington <hp@pobox.com>

View File

@ -1,3 +1,7 @@
2001-02-13 Sven Neumann <sven@convergence.de>
* demos/testanimation.c: replaced deprecated gtk_drawing_area_size
2001-02-13 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
@ -8,8 +12,8 @@
* gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
* gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw when
using 90 or 270 degrees rotation.
* gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw
when using 90 or 270 degrees rotation.
2001-02-12 Havoc Pennington <hp@pobox.com>

View File

@ -1,3 +1,7 @@
2001-02-13 Sven Neumann <sven@convergence.de>
* demos/testanimation.c: replaced deprecated gtk_drawing_area_size
2001-02-13 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
@ -8,8 +12,8 @@
* gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
* gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw when
using 90 or 270 degrees rotation.
* gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw
when using 90 or 270 degrees rotation.
2001-02-12 Havoc Pennington <hp@pobox.com>

View File

@ -270,7 +270,7 @@ new_testrgb_window (GdkPixbuf *pixbuf, gchar *title)
drawing_area = gtk_drawing_area_new ();
temp_box = gtk_hbox_new (FALSE, 0);
gtk_drawing_area_size (GTK_DRAWING_AREA(drawing_area), w, h);
gtk_widget_set_usize (GTK_WIDGET (drawing_area), w, h);
gtk_box_pack_start (GTK_BOX (temp_box), drawing_area, FALSE, FALSE, 0);
gtk_box_pack_start (GTK_BOX (vbox), temp_box, FALSE, FALSE, 0);