GNOME Bugzilla – Bug 127584
The page tags of GtkNotebook don't support rtl-orientation
Last modified: 2004-12-22 21:47:04 UTC
Even if the environment is on a bidi locale, the page tages of GtkNotebook always line from left to right. [Steps to Reproduce] 1. Run testgtk program in the bidi locale (e.g. he_IL). 2. Choose "notebook" item. 3. Check the page tags. They line from left to right. <-- Problem [Actual Results] RTL GtkNotebook has the same look and behaviour, as LTR: tabs, which are packed with GTK_PACK_START packing type, are placed from the left side, and those, which are packed with GTK_PACK_END packing type, are from the right; when Home (or End) keys are used to move focus to the first (or last) page, focus is moved to the leftmost (or to the rightmost) page of the notebook, etc. Expected Results: GtkNotebook should have RTL specific look and behaviour.
We created patch for this issue. The patch is created from the source in the CVS on 2003/Nov/19. http://www-124.ibm.com/developerworks/oss/linux/patches/?patch_id=1190 Could you please look at our patch?
*** This bug has been marked as a duplicate of 96630 ***