Home | Trees | Index | Help |
|
---|
Package wx :: Package py :: Module editor |
|
PyAlaCarte and PyAlaMode editors.
Classes | |
---|---|
DialogResults |
DialogResults class. |
Editor |
Editor having an EditWindow. |
EditorFrame |
Frame containing one editor. |
EditorNotebook |
A notebook containing a page for each editor. |
EditorNotebookFrame |
Frame containing one or more editors in a notebook. |
EditorShellNotebook |
A notebook containing an editor page and a shell page. |
EditorShellNotebookFrame |
Frame containing a notebook containing EditorShellNotebooks. |
EditWindow |
EditWindow based on StyledTextCtrl. |
Function Summary | |
---|---|
Dir dialog wrapper function. | |
File dialog wrapper function. | |
Message dialog wrapper function. | |
File dialog wrapper function. | |
File dialog wrapper function. | |
File dialog wrapper function. |
Variable Summary | |
---|---|
str |
__author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"
|
str |
__cvsid__ = '$Id: editor.py,v 1.7.2.1 2005/12/27 20:43:5...
|
str |
__revision__ = '1.7.2.1'
|
Function Details |
---|
directory(parent=None, message='Choose a directory', path='', style=0, pos=wx.Point(-1, -1), size=wx.Size(-1, -1))Dir dialog wrapper function. |
fileDialog(parent=None, title='Open', directory='', filename='', wildcard='All Files (*.*)|*.*', style=33)File dialog wrapper function. |
messageDialog(parent=None, message='', title='Message box', style=1051, pos=wx.Point(-1, -1))Message dialog wrapper function. |
openMultiple(parent=None, title='Open', directory='', filename='', wildcard='All Files (*.*)|*.*', style=33)File dialog wrapper function. |
openSingle(parent=None, title='Open', directory='', filename='', wildcard='All Files (*.*)|*.*', style=1)File dialog wrapper function. |
saveSingle(parent=None, title='Save', directory='', filename='', wildcard='All Files (*.*)|*.*', style=14)File dialog wrapper function. |
Variable Details |
---|
__author__
|
__cvsid__
|
__revision__
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:49:40 2007 | http://epydoc.sf.net |