GNOME Bugzilla – Bug 50288
Need to be able to flip the tree widget
Last modified: 2011-02-04 16:16:03 UTC
Tree widget needs to be able to flip into RTL mode, placing columns in reverse order, and expanders on the right side.
Put all GTK 1.3.x bugs on 2.0.0 milestone
prolly wont have time for 2.0.
Not sure this is puntable, it's a "doesn't work" bug. Anyway we're not really to the punt-non-API-bugs phase yet.
I'd agree with Havoc. Without flipping the tree widget, we are basically broken as far as flipping goes, its not (as far as I see) an API issue, and it shouldn't be that much work. Is there something that we are missing?
No time for 2.0.0, punting to 2.0.1.
Moving remaining 2.0.1 bugs to 2.0.2 milestone.
Move open bugs from milestones 2.0.[012] -- > 2.0.3, since 2.0.2 is already out.
Wont make 2.0.x. Punting to 2.2.x.
putting it back on 2.0.x per Jonathan's request.
Reassigning bugs to new component owner. Sorry for the flood.
Moving some 2.0.4 bugs to 2.0.7
Moving bugs from older 2.0.x milestones to 2.0.10.
Created attachment 14374 [details] [review] patch
This is NOT a working patch, just what I got so far. Maybe some of the treeview cognoscendi can help to complete this. Known deficiencies: * treeviewcolumn doesn't flip order of renderers. * the expanders are not handled properly * there are certainly more
Cool Stuff! I will try to look at those issues ASAP. Thanks for the work done already!
Nice work Matthias. I took your patch and used it as the basis for some more RTL work. It is mostly done other than needing to fix gtktreeviewcolumn. And almost certainly a bunch of debugging.
Thanks again Matthias. Committed a big 'ol patch for this.