wx.py.editor.EditorNotebookFrame¶
Frame containing one or more editors in a notebook.
Class Hierarchy¶
Known Subclasses¶
wx.py.editor.EditorShellNotebookFrame
Known Superclasses¶
Methods Summary¶
Create EditorNotebookFrame instance. |
|
Create new buffer. |
|
Destroy the current buffer. |
|
Create new buffer. |
|
Open file in buffer. |
|
Display an About window. |
Class API¶
- class EditorNotebookFrame(EditorFrame)¶
Frame containing one or more editors in a notebook.
Methods¶
- __init__(self, parent=None, id=-1, title='PyAlaMode', pos=wx.DefaultPosition, size=(800, 600), style=wx.DEFAULT_FRAME_STYLE | wx.NO_FULL_REPAINT_ON_RESIZE, filename=None)¶
Create EditorNotebookFrame 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.