GNOME Bugzilla – Bug 128348
GtkCellView doesn't support rtl-orientation
Last modified: 2004-12-22 21:47:04 UTC
Renderers should be displayed from right to left on BiDi locale (e.g. he_IL). However, it isn't. [Steps to Reproduce] 1. Run testcombo in bidi locale. 2. Check contents of "GtkCellView" frame. The renderer is displayed on left side. <-- Problem! [Actual Results] Renderers are displayed from left to right, as with ltr orientation of widget. [Expected Results] Widget should be flipped.
Created attachment 22008 [details] [review] Proposed patch - (Based on CVS 2003/Dec/02)
Attached patch was created based on the source in CVS(2003/Dec/02). It was created by Semion Chichelnitsky <semion@il.ibm.com>. Could you please look at it? Thanks in advance.
The patch works nicely, but in order to get complete flipping support for the new GtkComboBox, we need to draw the arrow at the other side and change the alignment of the popup window as well.
No API involved.
Committed to HEAD.