| Home | Trees | Index | Help |
|
|---|
| Package wx :: Package py :: Module buffer :: Class Buffer |
|
Buffer class.
| Method Summary | |
|---|---|
Create a Buffer instance. | |
Add an editor. | |
Return True if text in editor has changed since last save. | |
New empty buffer. | |
Open file into buffer. | |
Confirm overwriting an existing file. | |
Save buffer. | |
Save buffer. | |
Update the namespace for autocompletion and calltips. | |
| Class Variable Summary | |
|---|---|
int |
id = 0 |
| Method Details |
|---|
__init__(self,
filename=None)
|
addEditor(self, editor)Add an editor. |
hasChanged(self)Return True if text in editor has changed since last save. |
new(self, filepath)New empty buffer. |
open(self, filename)Open file into buffer. |
overwriteConfirm(filepath)Confirm overwriting an existing file. |
save(self)Save buffer. |
saveAs(self, filename)Save buffer. |
updateNamespace(self)Update the namespace for autocompletion and calltips. Return True if updated, False if there was an error. |
| Class Variable Details |
|---|
id
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:10:34 2007 | http://epydoc.sf.net |