diff options
Diffstat (limited to 'gtk/gtkbbox.h')
-rw-r--r-- | gtk/gtkbbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkbbox.h b/gtk/gtkbbox.h index 8a7853f783..0b6d11f9d5 100644 --- a/gtk/gtkbbox.h +++ b/gtk/gtkbbox.h @@ -74,8 +74,8 @@ void gtk_button_box_set_child_secondary (GtkButtonBox *widget, gboolean is_secondary); #ifndef GTK_DISABLE_DEPRECATED -#define gtk_button_box_set_spacing gtk_box_set_spacing -#define gtk_button_box_get_spacing gtk_box_get_spacing +#define gtk_button_box_set_spacing(b,s) gtk_box_set_spacing (GTK_BOX (b), s) +#define gtk_button_box_get_spacing(b) gtk_box_get_spacing (GTK_BOX (b)) void gtk_button_box_set_child_size (GtkButtonBox *widget, gint min_width, |