]> Pileus Git - ~andy/gtk/commit
add getter function for widget->allocation
authorCody Russell <bratsche@gnome.org>
Thu, 30 Jul 2009 03:28:17 +0000 (22:28 -0500)
committerCody Russell <bratsche@gnome.org>
Thu, 30 Jul 2009 03:28:17 +0000 (22:28 -0500)
commit4a73b41a3496db5f50c4afd3c6678a9c98070979
tree3b74015cbe089c5e3ad34b6a69b83bda39161f75
parentf22239c4aae183e3ff5d19c06c21fbc8e15a40be
add getter function for widget->allocation

Add gtk_widget_get_allocation() to retrieve a widget's allocation.
Needed as a step to enable GSEAL building.

This fixes bug #585211
gtk/gtkwidget.c