Hello,
I am trying to implement a TextCtrl for languages which read from right to left, such as Arabic. I use wxTE_RIGHT but this only sets the alignment. There seems to be a control attribute called RTLRO (right-to-left reading order) but this doesn’t seem to be implemented in wxPython. Does anyone have an idea on how to go about this?
Frans