GNOME Bugzilla – Bug 127585
GtkAlignment doesn't support rtl-orientation in GtkAlignment
Last modified: 2004-12-22 21:47:04 UTC
The a reference point of rtl-oriented GtkAlignment should be the end of right. However, it is the end of left. [Steps to Reproduce] 1.Run test/gtktreeview in the bidi locale (e.g. he_IL). 2.Check positions of labels inside of column's buttons. They come up to the left side. <-- Problem! [Actual Results] In spite of rtl orientation of all widgets, labels in the table's header (they are GtkLabels inside of GtkAlignments with initial xalign=0.0) are displayed on the left side of each column's button. [Expected Results] Labels should be right aligned with this value of GtkAlignment's xalign.
We created patch for this issue. It was created from the source in CVS on 2003/Nov/19. http://www-124.ibm.com/developerworks/oss/linux/patches/?patch_id=1205 I would appreciate it if you could look at it.
Created attachment 21872 [details] [review] Proposed patch based on CVS 2003/Nov/19
I attached a patch. It is the same one as the patch on the above-mentioned URL. Thanks,