wxpython message dialog right to left

三世轮回 提交于 2019-12-24 20:18:51

问题


i am using this command, which should switch my layout to RTL but the message dialog is still LTR:

 self.SetLayoutDirection(wx.Layout_RightToLeft)

message dialog:

  FinishMessage=wx.MessageDialog(self, "הבדיקה הסתיימה\r\n התוצאות נמצאות בקובץ אקסל במיקום הקובץ", caption="סיום בדיקת ניחות",style=wx.OK)

how do i fix the text will be right to left?

来源:https://stackoverflow.com/questions/47246408/wxpython-message-dialog-right-to-left

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!