.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. currentmodule:: wx.lib.pydocview
.. highlight:: python
.. _wx.lib.pydocview.AboutService:
==========================================================================================================================================
|phoenix_title| **wx.lib.pydocview.AboutService**
==========================================================================================================================================
About Dialog Service that installs under the Help menu to show the properties of the current application.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
AboutService:
|
|super_classes| Known Superclasses
==================================
:class:`wx.lib.pydocview.DocService`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.pydocview.AboutService.__init__` Initializes the AboutService.
:meth:`~wx.lib.pydocview.AboutService.SetAboutDialog` Customize the AboutDialog
:meth:`~wx.lib.pydocview.AboutService.ShowAbout` Show the AboutDialog
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: AboutService(DocService)
About Dialog Service that installs under the Help menu to show the properties of the current application.
.. method:: __init__(self, aboutDialog=None, image=None)
Initializes the AboutService.
.. method:: SetAboutDialog(self, dlg)
Customize the AboutDialog
.. method:: ShowAbout(self)
Show the AboutDialog