Frame containing a notebook containing EditorShellNotebooks.
wx.py.editor.EditorNotebookFrame
Create EditorShellNotebookFrame instance. |
|
Create new buffer. |
|
Destroy the current buffer. |
|
Create new buffer. |
|
Open file in buffer. |
|
Display an About window. |
EditorShellNotebookFrame
(EditorNotebookFrame)¶Frame containing a notebook containing EditorShellNotebooks.
__init__
(self, parent=None, id=-1, title='PyAlaModeTest', pos=wx.DefaultPosition, size=(600, 400), style=wx.DEFAULT_FRAME_STYLE, filename=None, singlefile=False)¶Create EditorShellNotebookFrame instance.
bufferCreate
(self, filename=None)¶Create new buffer.
bufferDestroy
(self)¶Destroy the current buffer.
bufferNew
(self)¶Create new buffer.
bufferOpen
(self)¶Open file in buffer.
OnAbout
(self, event)¶Display an About window.