Table Of Contents

Previous topic

Document

Next topic

DialogResults

This Page

phoenix_title editor

PyAlaCarte and PyAlaMode editors.


class_hierarchy Inheritance Diagram

Inheritance diagram for module editor

Inheritance diagram of editor


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=DefaultPosition, size=DefaultSize)

Dir dialog wrapper function.



fileDialog(parent=None, title='Open', directory='', filename='', wildcard='All Files (*.*)|*.*', style=OPEN | MULTIPLE)

File dialog wrapper function.



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

Message dialog wrapper function.



openMultiple(parent=None, title='Open', directory='', filename='', wildcard='All Files (*.*)|*.*', style=OPEN | MULTIPLE)

File dialog wrapper function.



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

File dialog wrapper function.



saveSingle(parent=None, title='Save', directory='', filename='', wildcard='All Files (*.*)|*.*', style=SAVE | OVERWRITE_PROMPT)

File dialog wrapper function.