]> git.saurik.com Git - wxWidgets.git/commitdiff
docstring tweaks
authorRobin Dunn <robin@alldunn.com>
Sat, 18 Sep 2004 23:11:02 +0000 (23:11 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 18 Sep 2004 23:11:02 +0000 (23:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_button.i
wxPython/src/_combobox.i

index 365bc2423b3182c3a9dda1a840d4eb65ce42e3bb..53af38d7b0a7c6efbce044f59c3585c04e29c554 100644 (file)
@@ -85,7 +85,7 @@ under GTK+ 2.", "
 
 The stock IDs and coresponding labels are
 
-    ==================      ====================
+    =====================   ======================
     wx.ID_ADD               'Add'
     wx.ID_APPLY             '\&Apply'
     wx.ID_BOLD              '\&Bold'
@@ -136,7 +136,7 @@ The stock IDs and coresponding labels are
     wx.ID_ZOOM_FIT          'Zoom to \&Fit'
     wx.ID_ZOOM_IN           'Zoom \&In'
     wx.ID_ZOOM_OUT          'Zoom \&Out'
-    ==================      ====================
+    =====================   ======================
 ");
 
     DocCtorStrName(
index 079591dd811adf9b032160f8e532ba748f9ee55c..34d77ecea332c38e0fd1a52b7240351ea6568d4b 100644 (file)
@@ -50,6 +50,8 @@ Events
 -------
     ================    ===============================================
     EVT_COMBOBOX        Sent when an item on the list is selected.
+                        Note that calling `GetValue` in this handler 
+                        will return the newly selected value.
     EVT_TEXT            Sent when the combobox text changes.
     ================    ===============================================
 ");