Home | Trees | Index | Help |
|
---|
Package wx :: Package py :: Module editor :: Class EditorNotebookFrame |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |TopLevelWindow
--+ |Frame
--+ |Frame
--+ |EditorFrame
--+ | EditorNotebookFrame
EditorShellNotebookFrame
Frame containing one or more editors in a notebook.
Method Summary | |
---|---|
Create EditorNotebookFrame instance. | |
Create new buffer. | |
Destroy the current buffer. | |
Create new buffer. | |
Open file in buffer. | |
Display an About window. |
Property Summary |
---|
Class Variable Summary |
---|
Instance Method Details |
---|
__init__(self,
parent=None,
id=-1,
title='PyAlaMode',
pos=wx.Point(-1, -1),
size=(800, 600),
style=541072960,
filename=None)
|
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.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:12:06 2007 | http://epydoc.sf.net |