]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/demo/PyShellWindow.py
fix for (re)positioning the main window when the style changes
[wxWidgets.git] / wxPython / demo / PyShellWindow.py
... / ...
CommitLineData
1
2
3from wxPython.lib.pyshell import PyShellWindow
4
5#----------------------------------------------------------------------
6
7def runTest(frame, nb, log):
8 win = PyShellWindow(nb, -1)
9 return win
10
11#----------------------------------------------------------------------
12
13import wxPython.lib.pyshell
14
15overview = wxPython.lib.pyshell.__doc__