diff options
author | Tim Janik <timj@src.gnome.org> | 1998-06-16 05:20:05 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-06-16 05:20:05 +0000 |
commit | 742d01908f754f9473e6a7993276c3aee060d1ec (patch) | |
tree | bfeef446f36bd92a51a6fa3ccd671ec706b0b9c4 /examples | |
parent | d36df18dee814c690fd5736729ea54175b3be628 (diff) | |
download | gdk-pixbuf-742d01908f754f9473e6a7993276c3aee060d1ec.tar.gz |
boy! did i really modify that many files?
anyways, here go the child args and a lot of cleanups ;)
you wouldn't want me to put the ChangeLog entry in here, would you?
Diffstat (limited to 'examples')
-rw-r--r-- | examples/packer/pack.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/examples/packer/pack.c b/examples/packer/pack.c index 2aafa1178..e3200b22c 100644 --- a/examples/packer/pack.c +++ b/examples/packer/pack.c @@ -395,10 +395,10 @@ toggle_options (GtkWidget *widget, gpointer data) pchild->anchor, fillx | filly | expand, pchild->border_width, - pchild->padX, - pchild->padY, - pchild->iPadX, - pchild->iPadY); + pchild->pad_x, + pchild->pad_y, + pchild->i_pad_x, + pchild->i_pad_y); } void @@ -425,10 +425,10 @@ toggle_anchor (GtkWidget *widget, gpointer data) anchor, pchild->options, pchild->border_width, - pchild->padX, - pchild->padY, - pchild->iPadX, - pchild->iPadY); + pchild->pad_x, + pchild->pad_y, + pchild->i_pad_x, + pchild->i_pad_y); if (info->button_n != widget) { gtk_toggle_button_set_state(GTK_TOGGLE_BUTTON(info->button_n),0); @@ -495,10 +495,10 @@ toggle_side (GtkWidget *widget, gpointer data) pchild->anchor, pchild->options, pchild->border_width, - pchild->padX, - pchild->padY, - pchild->iPadX, - pchild->iPadY); + pchild->pad_x, + pchild->pad_y, + pchild->i_pad_x, + pchild->i_pad_y); if (info->button_top != widget) { gtk_toggle_button_set_state(GTK_TOGGLE_BUTTON(info->button_top),0); |