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

Benoît Minisini g4mba5 at gmail.com
Sat Jan 22 16:43:08 CET 2022


Le 11/01/2022 à 14:46, Mayost Sharon a écrit :
> Hello
> 
> Is there any way to incorporate mixed right-to-left support in GTK or QT implementation
> 
> In the GTK documentation as well as in the QT documentation I see that they support for all their controls can be done RTL or LTR direction
> To each control on its own
> 
> Thank you
> On the investment a lot
> 

Hi,

Right-to-left text direction support at control level has been 
implemented in master.

You have now two properties:

- 'Control.Direction' that defines the text direction of the control, 
and all its children.

- 'Control.RightToLeft' that returns if a control is right-to-left oriented.

Regards,

-- 
Benoît Minisini


More information about the User mailing list