Deprecate direct access to public variables in GtkButtonBox.
* gtk/gtkbbox.h: Deprecate direct access through GSEAL(). svn path=/trunk/; revision=20490
This commit is contained in:
@ -52,11 +52,11 @@ typedef struct _GtkButtonBoxClass GtkButtonBoxClass;
|
|||||||
struct _GtkButtonBox
|
struct _GtkButtonBox
|
||||||
{
|
{
|
||||||
GtkBox box;
|
GtkBox box;
|
||||||
gint child_min_width;
|
gint GSEAL (child_min_width);
|
||||||
gint child_min_height;
|
gint GSEAL (child_min_height);
|
||||||
gint child_ipad_x;
|
gint GSEAL (child_ipad_x);
|
||||||
gint child_ipad_y;
|
gint GSEAL (child_ipad_y);
|
||||||
GtkButtonBoxStyle layout_style;
|
GtkButtonBoxStyle GSEAL (layout_style);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkButtonBoxClass
|
struct _GtkButtonBoxClass
|
||||||
|
|||||||
Reference in New Issue
Block a user