summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
c393c74)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26564
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+import sys\n\
+sys.path.append('.')\n\
import embedded_sample\n\
\n\
def makeWindow(parent):\n\
import embedded_sample\n\
\n\
def makeWindow(parent):\n\
class MyPanel(wx.Panel):
def __init__(self, parent):
wx.Panel.__init__(self, parent, -1)
class MyPanel(wx.Panel):
def __init__(self, parent):
wx.Panel.__init__(self, parent, -1)
text = wx.StaticText(self, -1,
"Everything on this side of the splitter comes from Python.")
text = wx.StaticText(self, -1,
"Everything on this side of the splitter comes from Python.")