I was playing with wxpython Demo and wanted to go on playing with Rich Text.
I found this:
self.MakeMenuBar()
self.MakeToolBar()
when I tried to make my own editor and call those two methods I get error.
Can some one help me to explain out those two methods and their uses?
I use:
import wx
import wx.RichText as rtc