From abe267641a1ba63903d3191b0c6d7044fe260112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 24 May 2010 21:35:01 +0200 Subject: gtkbbox: Move public members to private structure --- gtk/gtkbbox.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'gtk/gtkbbox.h') diff --git a/gtk/gtkbbox.h b/gtk/gtkbbox.h index 72f8458142..a63a50883c 100644 --- a/gtk/gtkbbox.h +++ b/gtk/gtkbbox.h @@ -47,16 +47,15 @@ G_BEGIN_DECLS #define GTK_BUTTONBOX_DEFAULT -1 typedef struct _GtkButtonBox GtkButtonBox; +typedef struct _GtkButtonBoxPriv GtkButtonBoxPriv; typedef struct _GtkButtonBoxClass GtkButtonBoxClass; struct _GtkButtonBox { GtkBox box; - gint GSEAL (child_min_width); - gint GSEAL (child_min_height); - gint GSEAL (child_ipad_x); - gint GSEAL (child_ipad_y); - GtkButtonBoxStyle GSEAL (layout_style); + + /*< private >*/ + GtkButtonBoxPriv *priv; }; struct _GtkButtonBoxClass -- cgit v1.2.1