Re: Help with a RTL issue

2007-02-09 Thread Behdad Esfahbod
On Fri, 2007-02-09 at 01:22 -0300, Mariano Suárez-Alvarez wrote: > > > I could handle this in code, asking gtk what the text direction is for > the menu widget and interchaning the strings corresponding to Left and > Right. But I do not know if this is good enough in all languages. Yeah, this is

Re: Help with a RTL issue

2007-02-09 Thread Yair Hershkovitz
Hi, You should handle this by code using gtk_widget_get_direction(), thats the common practice. Yair On 2/9/07, Mariano Suárez-Alvarez <[EMAIL PROTECTED]> wrote: Hi all, GNOME Terminal has two menu items (Tabs->Move Tab to the Left and Tabs->Move Tab to the Right; to see then activated you n

Help with a RTL issue

2007-02-08 Thread Mariano Suárez-Alvarez
Hi all, GNOME Terminal has two menu items (Tabs->Move Tab to the Left and Tabs->Move Tab to the Right; to see then activated you need to have several tabs open) which seem to be problematic in RTL languages. Cf. . I'm not sure I understand the pro