Home | Trees | Index | Help |
|
---|
Package wx :: Package py :: Module editor :: Class EditorNotebookFrame |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |TopLevelWindow
--+ |Frame
--+ |Frame
--+ |EditorFrame
--+ | EditorNotebookFrame
EditorShellNotebookFrame
Method Summary | |
---|---|
Create EditorNotebookFrame instance. | |
Create new buffer. | |
Destroy the current buffer. | |
Create new buffer. | |
Open file in buffer. | |
Display an About window. |
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)
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.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:24:39 2005 | http://epydoc.sf.net |