API: widget: Add gtk_widget_get_allocated_size()
See docs for what this is.
This commit is contained in:
@ -130,6 +130,8 @@ struct _GtkWidgetPrivate
|
||||
GtkStyleContext *context;
|
||||
|
||||
/* The widget's allocated size */
|
||||
GtkAllocation allocated_size;
|
||||
gint allocated_size_baseline;
|
||||
GtkAllocation allocation;
|
||||
GtkAllocation clip;
|
||||
gint allocated_baseline;
|
||||
|
||||
Reference in New Issue
Block a user