Phoenix Logo

phoenix_title wx.py.editor.EditorShellNotebookFrame

Frame containing a notebook containing EditorShellNotebooks.


class_hierarchy Class Hierarchy

Inheritance diagram for class EditorShellNotebookFrame:


method_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.

api 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.