Hello all,
I have problem with wx.richtext
I cannot make it start new line at hitting return key! How can I do it so that I can use Align left and right
Here is a code
# Text area
self.textarea = rt.RichTextCtrl(epanel, style=wx.VSCROLL|wx.HSCROLL|wx.NO_BORDER )