From a2d60d44b170d403f26444081113be8d60afe8a3 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Thu, 23 Aug 2001 15:26:49 +0000 Subject: [ Patch from Sebastian Wilhelmi, 52790 ] Wed Aug 22 19:15:39 2001 Owen Taylor [ Patch from Sebastian Wilhelmi, 52790 ] * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: Move compatibility macros from g[dt]kcompat.h to within #ifndef G[DT]K_DISABLE_DEPRECATED in each file. * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h. * demos/Makefile.am demos/gtk-demo/Makefile.am docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED. * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c, testpixbuf.c}: Fix usages of deprecated functions. --- gtk/gtkpacker.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk/gtkpacker.h') diff --git a/gtk/gtkpacker.h b/gtk/gtkpacker.h index bceefef690..4c30a934d2 100644 --- a/gtk/gtkpacker.h +++ b/gtk/gtkpacker.h @@ -123,6 +123,7 @@ void gtk_packer_set_child_packing (GtkPacker *packer, guint pad_y, guint i_pad_x, guint i_pad_y); +#define gtk_packer_configure gtk_packer_set_child_packing void gtk_packer_reorder_child (GtkPacker *packer, GtkWidget *child, gint position); -- cgit v1.2.1