hi,
im trying to do something like the following:
text_area = wx.TextCtrl(self.panel, -1, style=wx.MULTILINE)
a = (all the text in the text control window)
I can't get my head around how to define the text with wxpython, how should I go about this?