phoenix_title wx.py.editor

PyAlaCarte and PyAlaMode editors.

function_summary Functions Summary

directory

Dir dialog wrapper function.

fileDialog

File dialog wrapper function.

messageDialog

Message dialog wrapper function.

openMultiple

File dialog wrapper function.

openSingle

File dialog wrapper function.

saveSingle

File dialog wrapper function.


class_summary Classes Summary

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.


Functions



directory(parent=None, message='Choose a directory', path='', style=0, pos=wx.DefaultPosition, size=wx.DefaultSize)

Dir dialog wrapper function.



fileDialog(parent=None, title='Open', directory='', filename='', wildcard='All Files (*.*)|*.*', style=wx.FD_OPEN | wx.FD_MULTIPLE)

File dialog wrapper function.



messageDialog(parent=None, message='', title='Message box', style=wx.YES_NO | wx.CANCEL | wx.CENTRE | wx.ICON_QUESTION, pos=wx.DefaultPosition)

Message dialog wrapper function.



openMultiple(parent=None, title='Open', directory='', filename='', wildcard='All Files (*.*)|*.*', style=wx.FD_OPEN | wx.FD_MULTIPLE)

File dialog wrapper function.



openSingle(parent=None, title='Open', directory='', filename='', wildcard='All Files (*.*)|*.*', style=wx.FD_OPEN)

File dialog wrapper function.



saveSingle(parent=None, title='Save', directory='', filename='', wildcard='All Files (*.*)|*.*', style=wx.FD_SAVE | wx.FD_OVERWRITE_PROMPT)

File dialog wrapper function.