File: wx.lib.inspection.txt

package info (click to toggle)
wxpython4.0 4.0.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 211,112 kB
  • sloc: cpp: 888,355; python: 223,130; makefile: 52,087; ansic: 45,780; sh: 3,012; xml: 1,534; perl: 264
file content (57 lines) | stat: -rw-r--r-- 2,316 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2018 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc

.. module:: wx.lib.inspection

.. currentmodule:: wx.lib.inspection

.. highlight:: python



.. _wx.lib.inspection:

==========================================================================================================================================
|phoenix_title|  **wx.lib.inspection**
==========================================================================================================================================

This modules provides the :class:`~wx.lib.inspection.InspectionTool` and
everything else needed to provide the Widget Inspection Tool (WIT).


|class_summary| Classes Summary
===============================

================================================================================ ================================================================================
:ref:`~wx.lib.inspection._InspectionHighlighter`                                 All the highlighting code.  A separate class to help reduce the
:ref:`~wx.lib.inspection.FlagsFormatter`                                         
:ref:`~wx.lib.inspection.InspectionFrame`                                        This class is the frame that holds the wxPython inspection tools.
:ref:`~wx.lib.inspection.InspectionInfoPanel`                                    Used to display information about the currently selected items.
:ref:`~wx.lib.inspection.InspectionTool`                                         The :class:`InspectionTool` is a singleton that manages creating and
:ref:`~wx.lib.inspection.InspectionTree`                                         All of the widgets in the app, and optionally their sizers, are
================================================================================ ================================================================================


|


.. toctree::
   :maxdepth: 1
   :hidden:

   wx.lib.inspection._InspectionHighlighter
   wx.lib.inspection.FlagsFormatter
   wx.lib.inspection.InspectionFrame
   wx.lib.inspection.InspectionInfoPanel
   wx.lib.inspection.InspectionTool
   wx.lib.inspection.InspectionTree