Doc updates from Werner, fixing some class/meth links.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2013-06-10 18:49:46 +00:00
parent ecf2cfb12d
commit a83c11396f

View File

@@ -15,8 +15,8 @@
# NOTE: This class was originally based on ideas sent to the
# wxPython-users mail list by Dan Eloff.
"""
This module provides the :class:`~lib.inspection.InspectableApp` and
:class:`~lib.inspection.InspectionMixin` which make it easy to use the Widget
This module provides the :class:`~lib.mixins.inspection.InspectableApp` and
:class:`~lib.mixins.inspection.InspectionMixin` which make it easy to use the Widget
Inspection Tool (WIT).
@@ -111,7 +111,7 @@ class InspectionMixin(object):
To use this class simply derive a class from :class:`App` and
:class:`InspectionMixin` and then call the
:meth:`InspectionMixin.Init` method from the app's
:meth:`App.OnInit` method.
:meth:`AppConsole.OnInit` method.
"""
def InitInspection(self, pos=wx.DefaultPosition, size=wx.Size(850,700),
config=None, locals=None,