I'm trying to create a right-to-left application using wx.aui.AuiMdi Parent/Child window classes.
I want the child window tabs (which I understand are displayed using auiNotebook) to also have the right-to-left alignment).
I use:
frame.GetNotebook().SetLayoutDirection(wx.Layout_RightToLeft)
where 'frame' is the auiMDIParentFrame.
On Windows this works great, but in Unix the tabs no longer show up. If I try to open multiple windows they simply open on top of each other (i.e. you can only see the latest window).
I'm trying to create a right-to-left application using wx.aui.AuiMdi Parent/Child window classes.
I want the child window tabs (which I understand are displayed using auiNotebook) to also have the right-to-left alignment).
I use:
frame.GetNotebook().SetLayoutDirection(wx.Layout_RightToLeft)
where 'frame' is the auiMDIParentFrame.
On Windows this works great, but in Unix the tabs no longer show up. If I try to open multiple windows they simply open on top of each other (i.e. you can only see the latest window).
I'm using python 2.5, Linux Gentoo 2.6.26
Please ask about this (and your other RTL question) on the wx-users list. The wx developers who know about the RTL mode and issues related to it will see your messages there.
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!