phoenix_title wx.lib.docview

function_summary Functions Summary

FileExists

Returns True if the path exists.

FileNameFromPath

Returns the filename for a full path.

FindExtension

Returns the extension of a filename for a full path.

PathOnly

Returns the path of a full path without the filename.


class_summary Classes Summary

Command

Command is a base class for modelling an application command,

CommandProcessor

CommandProcessor is a class that maintains a history of

DocChildFrame

The DocChildFrame class provides a default frame for displaying

DocManager

The DocManager class is part of the document/view framework,

DocMDIChildFrame

The DocMDIChildFrame class provides a default frame for displaying

DocMDIParentFrame

The DocMDIParentFrame class provides a default top-level frame for

DocParentFrame

The DocParentFrame class provides a default top-level frame for

DocPrintout

DocPrintout is a default wx.Printout that prints the first

DocTemplate

The DocTemplate class is used to model the relationship between a

Document

The document class can be used to model an application’s file-based data. It

View

The view class can be used to model the viewing and editing component of


Functions



FileExists(path)

Returns True if the path exists.



FileNameFromPath(path)

Returns the filename for a full path.



FindExtension(path)

Returns the extension of a filename for a full path.



PathOnly(path)

Returns the path of a full path without the filename.