wx.py.editor.EditorShellNotebookFrame¶
Frame containing a notebook containing EditorShellNotebooks.
Class Hierarchy¶
Known Superclasses¶
wx.py.editor.EditorNotebookFrame
Methods Summary¶
Create EditorShellNotebookFrame instance. |
|
Create new buffer. |
|
Destroy the current buffer. |
|
Create new buffer. |
|
Open file in buffer. |
|
Display an About window. |
Class API¶
- class EditorShellNotebookFrame(EditorNotebookFrame)¶
Frame containing a notebook containing EditorShellNotebooks.
Methods¶
- __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.