Table Of Contents

Previous topic

EditorNotebook

Next topic

EditorShellNotebook

This Page

phoenix_title EditorNotebookFrame

Frame containing one or more editors in a notebook.


class_hierarchy Inheritance Diagram

Inheritance diagram for class EditorNotebookFrame

Inheritance diagram of EditorNotebookFrame


super_classes Known Superclasses

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=DefaultPosition, size=(800, 600), style=DEFAULT_FRAME_STYLE | 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.