 
       wx.py.editor.EditorShellNotebookFrame¶
  wx.py.editor.EditorShellNotebookFrame¶Frame containing a notebook containing EditorShellNotebooks.
 Methods Summary¶
 Methods Summary¶| __init__ | Create EditorShellNotebookFrame instance. | 
| bufferCreate | Create new buffer. | 
| bufferDestroy | Destroy the current buffer. | 
| bufferNew | Create new buffer. | 
| bufferOpen | Open file in buffer. | 
| OnAbout | Display an About window. | 
 Class API¶
 Class API¶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.