forked from AuroraMiddleware/gtk
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;
|
||||
|
||||
gfloat xalign;
|
||||
gfloat yalign;
|
||||
gfloat ratio;
|
||||
gboolean obey_child;
|
||||
gfloat GSEAL(xalign);
|
||||
gfloat GSEAL(yalign);
|
||||
gfloat GSEAL(ratio);
|
||||
gboolean GSEAL(obey_child);
|
||||
|
||||
GtkAllocation center_allocation;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user