Ejemplo n.º 1
0
 def __init__(self,
              parent=None,
              style=wx.TE_READONLY | wx.TE_MULTILINE | wx.BORDER_NONE,
              size=wx.DefaultSize):
     StdOutRich.__init__(self, parent=parent, style=style, size=size)
     self.prefs = parent.prefs
     self.paths = parent.paths
     self._applyAppTheme()
Ejemplo n.º 2
0
 def __init__(self,
              parent=None,
              style=wx.TE_READONLY | wx.TE_MULTILINE,
              size=wx.DefaultSize):
     StdOutRich.__init__(self, parent=parent, style=style, size=size)