After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 552331 - fixed-height mode does not play well with row-separator-func
fixed-height mode does not play well with row-separator-func
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.6.x
Other All
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2008-09-15 10:43 UTC by Kristian Rietveld
Modified: 2018-02-10 04:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kristian Rietveld 2008-09-15 10:43:38 UTC
Fixed height mode means: all rows have the same height.  Because of this assumption we can easily set the same height on all rows by walking the rbtree.

When we have a row-seperator-func set, this assumption does no longer hold.  All *normal* rows have the same height, row-separators do not.  This implies we can no longer just walk the rbtree, we will have to walk the model as well to see which rows are separators.

I have a half finished patch that fixes this in maemo-gtk that I should be backporting to upstream soon.
Comment 1 Matthias Clasen 2018-02-10 04:37:53 UTC
We're moving to gitlab! As part of this move, we are closing bugs that haven't seen activity in more than 5 years. If this issue is still imporant to you and
still relevant with GTK+ 3.22 or master, please consider creating a gitlab issue
for it.