Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Module pydocview :: Class DocFrameMixIn |
|
DocMDIParentFrame
,
DocSDIFrame
,
DocTabbedParentFrame
Class with common code used by DocMDIParentFrame, DocTabbedParentFrame, and DocSDIFrame.
Method Summary | |
---|---|
Creates the default MenuBar. | |
Creates the default StatusBar. | |
Creates the default ToolBar. | |
Returns the document manager associated with the DocMDIParentFrame. | |
Initializes the PrintData that is used when printing. | |
Invokes the about dialog. | |
Saves all of the currently open documents. | |
Updates the View StatusBar menu item. | |
Updates the View ToolBar menu item. | |
Toggles whether the StatusBar is visible. | |
Toggles whether the ToolBar is visible. | |
Updates the StatusBar. |
Method Details |
---|
CreateDefaultMenuBar(self, sdi=False)Creates the default MenuBar. Contains File, Edit, View, Tools, and Help menus. |
CreateDefaultStatusBar(self)Creates the default StatusBar. |
CreateDefaultToolBar(self)Creates the default ToolBar. |
GetDocumentManager(self)Returns the document manager associated with the DocMDIParentFrame. |
InitializePrintData(self)Initializes the PrintData that is used when printing. |
OnAbout(self, event)Invokes the about dialog. |
OnFileSaveAll(self, event)Saves all of the currently open documents. |
OnUpdateViewStatusBar(self, event)Updates the View StatusBar menu item. |
OnUpdateViewToolBar(self, event)Updates the View ToolBar menu item. |
OnViewStatusBar(self, event)Toggles whether the StatusBar is visible. |
OnViewToolBar(self, event)Toggles whether the ToolBar is visible. |
UpdateStatus(self, message=u'Ready')Updates the StatusBar. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:06:56 2007 | http://epydoc.sf.net |