.. include:: headings.inc .. currentmodule:: lib.pydocview .. highlight:: python .. _lib.pydocview.AboutService: ========================================================================================================================================== |phoenix_title| **AboutService** ========================================================================================================================================== About Dialog Service that installs under the Help menu to show the properties of the current application. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **AboutService** .. raw:: html

Inheritance diagram of AboutService

| |super_classes| Known Superclasses ================================== :class:`lib.pydocview.DocService` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.pydocview.AboutService.__init__` Initializes the AboutService. :meth:`~lib.pydocview.AboutService.SetAboutDialog` Customize the AboutDialog :meth:`~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