summaryrefslogtreecommitdiff
path: root/gtk/gtkaspectframe.h
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>2008-06-20 10:57:01 +0000
committerTim Janik <timj@src.gnome.org>2008-06-20 10:57:01 +0000
commit2aa3a83bd4b6f0e86929e1c8eda33ba6dc75d88b (patch)
tree1b40eccd07a98dec2a5a8724dce51481088d06c3 /gtk/gtkaspectframe.h
parente8cb6e4a8cc399d8659153edc329e501afb0d524 (diff)
downloadgtk+-2aa3a83bd4b6f0e86929e1c8eda33ba6dc75d88b.tar.gz
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
Diffstat (limited to 'gtk/gtkaspectframe.h')
-rw-r--r--gtk/gtkaspectframe.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkaspectframe.h b/gtk/gtkaspectframe.h
index 59fdc9eca4..5638bf5710 100644
--- a/gtk/gtkaspectframe.h
+++ b/gtk/gtkaspectframe.h
@@ -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;
};