phoenix_title wx.py.editor.EditorShellNotebookFrameΒΆ

Frame containing a notebook containing EditorShellNotebooks.


class_hierarchy Class HierarchyΒΆ

Inheritance diagram for class EditorShellNotebookFrame:

super_classes Known SuperclassesΒΆ

wx.py.editor.EditorNotebookFrame


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.