]> Pileus Git - ~andy/gtk/commit
Allocate proper inner cell area to the GtkTreeViewColumn.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Wed, 1 Dec 2010 05:57:44 +0000 (14:57 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 5 Dec 2010 13:13:58 +0000 (22:13 +0900)
commitb54c004c6b5d188c7b5f694aa5472ca76d5fb270
treee4aecc45025fb672a4ca05cd617b17553e800ac5
parent81e1d02de3f0d26be4ebda0237fcad345fa0f39a
Allocate proper inner cell area to the GtkTreeViewColumn.

This is a premature patch, it traverses the tree's expanded
rows and fetches the deepest depth every time we allocate a
column. The deepest depth should rather be cached and pushed
when a row expands, then recalculated when the deepest expanded
row collapses.
gtk/gtktreeview.c