Hi every one. What is the similar python WX style property for CSS
text-align?
I need this item text to start from the right direction:
aaa= html.HtmlWindow (self, -1, style=wx.SIMPLE _BORDER, size=(250, 60))
aaa.LoadPage('. ./../aa.html')
Thanks!
text-align?
I need this item text to start from the right direction:
aaa= html.HtmlWindow (self, -1, style=wx.SIMPLE _BORDER, size=(250, 60))
aaa.LoadPage('. ./../aa.html')
Thanks!
Comment