Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Module pydocview :: Class AboutService |
|
object
--+ |Object
--+ |EvtHandler
--+ |DocService
--+ | AboutService
About Dialog Service that installs under the Help menu to show the properties of the current application.
Method Summary | |
---|---|
Initializes the AboutService. | |
Customize the AboutDialog | |
Show the AboutDialog | |
Inherited from DocService | |
Returns the DocManager for the docview application. | |
Utility method used to find the position of a menu item so that services can easily find where to insert a menu item in InstallControls. | |
Called by WindowMenuService to get views for services that don't have dedicated documents such as the Outline Service. | |
Called to install controls into the menubar and toolbar of a SDI or MDI window. | |
Called when the a docview frame is being closed. | |
Called when the the docview application is being closed. | |
Processes an event, searching event tables and calling zero or more suitable event handler function(s). | |
Processes an event before the main window has a chance to process the window. | |
Processes a UI event, searching event tables and calling zero or more suitable event handler function(s). | |
Processes a UI event before the main window has a chance to process the window. | |
Sets the DocManager for the docview application. | |
Inherited from EvtHandler | |
| |
| |
Bind an event to an event handler. | |
| |
bool |
|
bool |
|
EvtHandler |
|
EvtHandler |
|
| |
| |
| |
| |
Disconencts the event handler binding for event from self. | |
Inherited from Object | |
Deletes the C++ object this Python object is a proxy for. | |
String |
Returns the class name of the C++ class using wxRTTI. |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
Return hash(x)... | |
Return a new object with type S, a subtype of T... | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
Return str(x)... |
Method Details |
---|
__init__(self,
aboutDialog=None,
image=None)
|
SetAboutDialog(self, dlg)Customize the AboutDialog |
ShowAbout(self)Show the AboutDialog |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:58:25 2007 | http://epydoc.sf.net |