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 96627 - Support RTL flipping for menu bars
Support RTL flipping for menu bars
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.1.x
Other other
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 76219
 
 
Reported: 2002-10-23 18:02 UTC by Matthias Clasen
Modified: 2011-02-04 16:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.56 KB, patch)
2002-10-24 22:00 UTC, Matthias Clasen
none Details | Review
revised patch (2.11 KB, patch)
2002-10-27 23:00 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2002-10-23 18:02:06 UTC

Comment 1 Owen Taylor 2002-10-23 19:08:09 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.
Comment 2 Matthias Clasen 2002-10-24 21:59:49 UTC
Menu bars turned out to be another 10 minute job ...
Comment 3 Matthias Clasen 2002-10-24 22:00:25 UTC
Created attachment 11815 [details] [review]
patch
Comment 4 Owen Taylor 2002-10-26 20:26:48 UTC
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.
Comment 5 Owen Taylor 2002-10-26 21:03:31 UTC
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)
Comment 6 Matthias Clasen 2002-10-27 23:00:33 UTC
Created attachment 11878 [details] [review]
revised patch
Comment 7 Owen Taylor 2002-11-01 22:47:52 UTC
Looks good to commit.