]> git.saurik.com Git - wxWidgets.git/commitdiff
docstring
authorRobin Dunn <robin@alldunn.com>
Fri, 17 Dec 2004 01:59:39 +0000 (01:59 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 17 Dec 2004 01:59:39 +0000 (01:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_panel.i

index 02a33ca1557a70a1615fe5b0b80e4b87ad0e84e2..1a32e3cc0ca8d76bfe0c753cb1e403bc844ce5ab 100644 (file)
@@ -54,12 +54,11 @@ public:
 
     DocDeclStr(
         virtual void , SetFocus(),
-        "Overrides `wx.Window.SetFocus`.  This method
-uses the (undocumented) mix-in class wxControlContainer which manages
-the focus and TAB logic for controls which usually have child controls.
-In practice, if you call this method and the panel has at least
-one child window, then the focus will be given to the child window.
-", "
+        "Overrides `wx.Window.SetFocus`.  This method uses the (undocumented)
+mix-in class wxControlContainer which manages the focus and TAB logic
+for controls which usually have child controls.  In practice, if you
+call this method and the panel has at least one child window, then the
+focus will be given to the child window.", "
 :see: `wx.FocusEvent`, `wx.Window.SetFocus`, `SetFocusIgnoringChildren`");