gui.wx.wxIPython

Module: gui.wx.wxIPython

Inheritance diagram for IPython.gui.wx.wxIPython:

Classes

MyApp

class IPython.gui.wx.wxIPython.MyApp(sync_ok=False)

Bases: wx._core.PySimpleApp

Creating our application

__init__(sync_ok=False)

MyFrame

class IPython.gui.wx.wxIPython.MyFrame(parent=None, id=-1, title='WxIPython', pos=wx.Point(-1, -1), size=(800, 600), style=541072960, sync_ok=False)

Bases: wx._windows.Frame

Creating one main frame for our application with movables windows

__init__(parent=None, id=-1, title='WxIPython', pos=wx.Point(-1, -1), size=(800, 600), style=541072960, sync_ok=False)
OnClose(event)
#event used to close program
OnExitDlg(event)
OnShowAbout(event)
OnShowAllPanel(event)
#event to display all Pannels
OnShowHistoryPanel(event)
OnShowIPythonPanel(event)
#event to display Boxpannel
createMenu()
local method used to create one menu bar
createStatus()
optionLoad()
optionSave(name, value)
updateStatus(text)

Function

IPython.gui.wx.wxIPython.main()