widget: Remove outdated comment on get_allocation

The allocation passed to gtk_widget_size_allocate can be retrieved these
days, using gtk_widget_get_allocated_size.
This commit is contained in:
Timm Bäder 2017-10-18 10:39:44 +02:00
parent 55df74a102
commit f5b0692cfc

View File

@ -13167,9 +13167,6 @@ gtk_widget_get_allocated_size (GtkWidget *widget,
* gtk_widget_size_allocate() allocation, however. So a #GtkContainer
* is guaranteed that its children stay inside the assigned bounds,
* but not that they have exactly the bounds the container assigned.
* There is no way to get the original allocation assigned by
* gtk_widget_size_allocate(), since it isnt stored; if a container
* implementation needs that information it will have to track it itself.
*
* Since: 2.18
*/