mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
Still moving toward running
This commit is contained in:
@@ -54,6 +54,9 @@ class _BufferedCanvas(wx.Panel):
|
||||
style wxPython style
|
||||
"""
|
||||
|
||||
print('__init__: self=%s' % str(self))
|
||||
print('__init__: parent=%s' % str(parent))
|
||||
|
||||
wx.Panel.__init__(self, parent, id, pos, size, style)
|
||||
|
||||
# Bind events
|
||||
|
||||
Reference in New Issue
Block a user