mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 04:50:07 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user