Table Of Contents

Previous topic

EditorFrame

Next topic

EditorNotebookFrame

This Page

phoenix_title EditorNotebook

A notebook containing a page for each editor.


class_hierarchy Inheritance Diagram

Inheritance diagram for class EditorNotebook

Inheritance diagram of EditorNotebook


super_classes Known Superclasses

Notebook


method_summary Methods Summary

__init__ Create EditorNotebook instance.
OnIdle Event handler for idle time.
OnPageChanged Page changed event handler.
OnPageChanging Page changing event handler.

api Class API



class EditorNotebook(Notebook)

A notebook containing a page for each editor.


Methods



__init__(self, parent)

Create EditorNotebook instance.



OnIdle(self, event)

Event handler for idle time.



OnPageChanged(self, event)

Page changed event handler.



OnPageChanging(self, event)

Page changing event handler.