The inspect module is now a widget browser plus a shell.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-01-17 23:37:12 +00:00
parent b08d67c27b
commit 27587c251c
2 changed files with 635 additions and 25 deletions

View File

@@ -19,6 +19,17 @@ these cases.
PyCrust now has an option for showing/hiding the notebook.
wxMSW: Corrected drawing of bitmaps for disabled menu items.
Enhanced the wx.lib.mixins.inspect module. In addition to showing a
PyCrust window it is now a widget browser, which provides a tree
loaded up with all the widgets in the app, optionally with the sizers
too, and also a panel displaying the properties of the selected
window. Run the demo and type Ctrl-Alt-I keystroke (or Cmd-Alt-I on
the Mac) to see how it works. You can add this to your own apps with
just a few lines of code.