GNOME Bugzilla – Bug 96627
Support RTL flipping for menu bars
Last modified: 2011-02-04 16:11:52 UTC
Moving all the RTL flipping bugs to the 2.4.0 milestone; in some cases the changes should be easy to do. (GtkPaned comes to mind) In those cases, we can move the bugs back to 2.2.0 if patches occur.
Menu bars turned out to be another 10 minute job ...
Created attachment 11815 [details] [review] patch
I think this one needs to go in along with flipping for menu items (bug 96637)... doing one without the other is going to work badly.
Patch looks fine (I might make ltr_x global and increment it rather than continually assigning back and forth between child_allocation.x and ltr_x, but that's definitely only a style issue)
Created attachment 11878 [details] [review] revised patch
Looks good to commit.