From 709d7afa23d448c4f08821b8d665533260a48316 Mon Sep 17 00:00:00 2001
From: Robin Dunn
Date: Tue, 28 Nov 2006 23:23:21 +0000
Subject: [PATCH] regenned ReST docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
wxPython/docs/BUILD.html | 2 +-
wxPython/docs/CHANGES.html | 6 +++++-
wxPython/docs/INSTALL.html | 2 +-
wxPython/docs/MigrationGuide.html | 2 +-
wxPython/docs/PyManual.html | 2 +-
wxPython/docs/README.html | 2 +-
wxPython/docs/wxPackage.html | 2 +-
wxPython/docs/wxPythonManual.html | 2 +-
8 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/wxPython/docs/BUILD.html b/wxPython/docs/BUILD.html
index 9e31b6a72f..2272caa83e 100644
--- a/wxPython/docs/BUILD.html
+++ b/wxPython/docs/BUILD.html
@@ -3,7 +3,7 @@
-
+
Building wxPython 2.8 for Development and Testing
diff --git a/wxPython/docs/CHANGES.html b/wxPython/docs/CHANGES.html
index d00f431bcc..8e13d0271c 100644
--- a/wxPython/docs/CHANGES.html
+++ b/wxPython/docs/CHANGES.html
@@ -3,7 +3,7 @@
-
+
Recent Changes for wxPython
@@ -32,6 +32,10 @@ overridden methods of a derived class, similarly to how wx.VListBox
works.
Added wx.combo.BitmapComboBox which is a combobox that displays a
bitmap in front of the list items.
+
Added the wx.lib.mixins.inspect module. It contains the InspectMixin
+class which can be mixed with a wx.App class and provides a PyCrust
+window that can be activated with a Ctrl-Alt-I keystroke (or Cmd-Alt-I
+on the Mac.)