phoenix_title wx.py.editor.EditorNotebookFrameΒΆ

Frame containing one or more editors in a notebook.


class_hierarchy Class HierarchyΒΆ

Inheritance diagram for class EditorNotebookFrame:

sub_classes Known SubclassesΒΆ

wx.py.editor.EditorShellNotebookFrame


super_classes Known SuperclassesΒΆ

wx.py.editor.EditorFrame


method_summary Methods SummaryΒΆ

__init__

Create EditorNotebookFrame 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 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.