phoenix_title wx.py.editor.EditorNotebookFrame

Frame containing one or more editors in a notebook.


class_hierarchy Class Hierarchy

Inheritance diagram for class EditorNotebookFrame:

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.