Table Of Contents

Previous topic

EditorShellNotebook

Next topic

EditWindow

This Page

phoenix_title EditorShellNotebookFrame

Frame containing a notebook containing EditorShellNotebooks.


class_hierarchy Inheritance Diagram

Inheritance diagram for class EditorShellNotebookFrame

Inheritance diagram of EditorShellNotebookFrame


super_classes Known Superclasses

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