]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_window.i
document HasAlignment(), Left/RightIndent() and Tabs() (patch 1527048)
[wxWidgets.git] / wxPython / src / _window.i
index b2bf6d21fe27c0ec6350c7b39d14ac3564e03ed7..f90a6442b9f7d149a7e2e24095187304790c1cc0 100644 (file)
@@ -875,8 +875,13 @@ by pressing <Enter> such as the OK button on a wx.Dialog.", "");
     DocDeclStr(
         virtual void , SetTmpDefaultItem(wxWindow * win),
         "Set this child as temporary default", "");
+
+    DocDeclStr(
+        virtual wxWindow *, GetTmpDefaultItem() const,
+        "Return the temporary default item, which can be None.", "");
     
 
+
     DocDeclAStr(
         virtual bool , Navigate(int flags = wxNavigationKeyEvent::IsForward),
         "Navigate(self, int flags=NavigationKeyEvent.IsForward) -> bool",