diff options
-rw-r--r-- | gtk/gtkbbox.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtkbbox.h b/gtk/gtkbbox.h index ecd91d78b2..f0666a210f 100644 --- a/gtk/gtkbbox.h +++ b/gtk/gtkbbox.h @@ -52,11 +52,11 @@ typedef struct _GtkButtonBoxClass GtkButtonBoxClass; struct _GtkButtonBox { GtkBox box; - gint child_min_width; - gint child_min_height; - gint child_ipad_x; - gint child_ipad_y; - GtkButtonBoxStyle layout_style; + gint GSEAL (child_min_width); + gint GSEAL (child_min_height); + gint GSEAL (child_ipad_x); + gint GSEAL (child_ipad_y); + GtkButtonBoxStyle GSEAL (layout_style); }; struct _GtkButtonBoxClass |