]> git.saurik.com Git - wxWidgets.git/commitdiff
little tweaks
authorRobin Dunn <robin@alldunn.com>
Thu, 5 Aug 2004 00:40:09 +0000 (00:40 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 5 Aug 2004 00:40:09 +0000 (00:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.html
wxPython/docs/MigrationGuide.html

index 4cf883dfae773075e0c5e432ca684b7796c09dc4..05bfa7282418905f195906d5b5c88eeebcfd2582 100644 (file)
@@ -11,7 +11,7 @@
 <div class="document" id="recent-changes-for-wxpython">
 <h1 class="title">Recent Changes for wxPython</h1>
 <div class="section" id="id1">
-<h1><a name="id1">2.5.2.2</a></h1>
+<h1><a name="id1">2.5.2.3</a></h1>
 <p>wx.ADJUST_MINSIZE is now the default behaviour for window items in
 sizers.  This means that the item's GetMinSize and/or GetBestSize will
 be called when calculating layout and the return value from that will
index 9727ec6fad3c4c50eeb2fa805cc2a3b5e5bd91bf..90209ddcbe755b7997fd7fe313474cc3da4feb5e 100644 (file)
@@ -787,7 +787,7 @@ new Navigate method in the wx.Window class to help send the event and
 it is used something like this:</p>
 <pre class="literal-block">
 flags = wx.NavigationKeyEvent.IsForward
-if event.ShiftDown:
+if event.ShiftDown():
     flags = wx.NavigationKeyEvent.IsBackward
 if event.ControlDown():
     flags |= wx.NavigationKeyEvent.WinChange