Seal GtkScale public fields
* gtk/gtkscale.h: Deprecate direct access through GSEAL(). svn path=/trunk/; revision=20494
This commit is contained in:
parent
9fd6a33aed
commit
133ebd1c47
@ -53,9 +53,9 @@ struct _GtkScale
|
|||||||
{
|
{
|
||||||
GtkRange range;
|
GtkRange range;
|
||||||
|
|
||||||
gint digits;
|
gint GSEAL(digits);
|
||||||
guint draw_value : 1;
|
guint GSEAL(draw_value : 1);
|
||||||
guint value_pos : 2;
|
guint GSEAL(value_pos : 2);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkScaleClass
|
struct _GtkScaleClass
|
||||||
|
Loading…
Reference in New Issue
Block a user