Deprecate xalign, yalign, ratio and obey_child direct access in GtkAspectFrame.
* gtk/gtkaspectframe.h: Deprecate public object fields by GSEAL. svn path=/trunk/; revision=20481
This commit is contained in:
parent
e8cb6e4a8c
commit
2aa3a83bd4
@ -52,10 +52,10 @@ struct _GtkAspectFrame
|
|||||||
{
|
{
|
||||||
GtkFrame frame;
|
GtkFrame frame;
|
||||||
|
|
||||||
gfloat xalign;
|
gfloat GSEAL(xalign);
|
||||||
gfloat yalign;
|
gfloat GSEAL(yalign);
|
||||||
gfloat ratio;
|
gfloat GSEAL(ratio);
|
||||||
gboolean obey_child;
|
gboolean GSEAL(obey_child);
|
||||||
|
|
||||||
GtkAllocation center_allocation;
|
GtkAllocation center_allocation;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user