don't process VK_OEM_XXX key presses
[wxWidgets.git] / wxPython / demo / PyShellWindow.py
0 / 15 (  0%)
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__