.. 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.mixins.inspection
.. highlight:: python
.. _wx.lib.mixins.inspection.InspectableApp:
==========================================================================================================================================
|phoenix_title| **wx.lib.mixins.inspection.InspectableApp**
==========================================================================================================================================
A simple mix of :class:`App` and :class:`InspectionMixin` that can be used
stand-alone.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
InspectableApp:
|
|super_classes| Known Superclasses
==================================
:class:`wx.core.App`, :class:`wx.lib.mixins.inspection.InspectionMixin`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.mixins.inspection.InspectableApp.OnInit` OnInit(self) -> bool
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: InspectableApp(wx.App, InspectionMixin)
A simple mix of :class:`App` and :class:`InspectionMixin` that can be used
stand-alone.
.. method:: OnInit(self)
OnInit(self) -> bool