[Gambas-user] Right-to-left support in GTK OR QT

Benoît Minisini g4mba5 at gmail.com
Thu Feb 10 23:41:37 CET 2022


Le 10/02/2022 à 20:42, Mayost Sharon a écrit :
> 
> Hello
> 
> I installed the language pack now really no message missing language
> 
> And it did not solve the problem I present
> 
> If you can test this thing:
> I am running GAMBAS IDE in en_US environment
> Creates a new GTK project
> Assumes the form:
> ComboBox
> CheckBox
> 
> If I change the direction of CheckBox from right to left
> It works well
> 
> If I change the direction of ComboBox from right to left
> It does not work he stays left to right
> 
> What is the difference between them
> 
> Many thanks
> 

Apparently GTK+3 combo-box does not care with rtl language. If you use 
gb.gtk (GTK+2), the button is correctly put on the left. I don't know if 
it's a bug in GTK+3, or something new that must be done and that wasn't 
necessary with GTK+2...

I will try to do a NSA search, sorry a Google search, to see if I find 
something related to that problem.

Regards,

-- 
Benoît Minisini


More information about the User mailing list