]> Pileus Git - ~andy/gtk/commit
Removing size_request from GtkTreeview.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Wed, 27 Oct 2010 13:23:25 +0000 (22:23 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Wed, 27 Oct 2010 13:28:41 +0000 (22:28 +0900)
commitadd32bab71f05b99cf978bd2fe86fb08a84553ce
treee8525d026008806991fd2f221a96c5d122698113
parent11842956200b0d49f05a7ec1820f7cd686733f3c
Removing size_request from GtkTreeview.

This should be implemented as propery height-for-width by
the treeview-refactor branch. This commit includes a FIXME
comment that scroll adjustments should not be updated from
inside size requests but only after receiving an allocation.
gtk/gtktreeview.c