iconview: Redo size requests

Instead of just returning the last allocated numbers, we now compute the
proper sizes from scratch. This is a bit less trivial, but it results in
proper height-for-width handling.
This commit is contained in:
Benjamin Otte
2012-05-05 04:33:47 +02:00
parent 63ddb3f2c7
commit 65ad492c24
2 changed files with 264 additions and 60 deletions

View File

@ -50,8 +50,6 @@ struct _GtkIconViewPrivate
GtkSelectionMode selection_mode;
guint layout_idle_id;
GdkWindow *bin_window;
GList *children;