]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_window.i
Added implementation for wxLocaltime_r/wxGmtime_r.
[wxWidgets.git] / wxPython / src / _window.i
index b67890b39e9ca1d7c8402e13c2434b51796f6a3d..ad60823e50f482ab4c16dce13aa5e90651e8ddf0 100644 (file)
@@ -286,14 +286,13 @@ destructor.", "");
     // window attributes
     // -----------------
 
-    DocDeclStr(
-        virtual void , SetTitle( const wxString& title),
-        "Sets the window's title. Applicable only to frames and dialogs.", "");
-    
-    DocDeclStr(
-        virtual wxString , GetTitle() const,
-        "Gets the window's title. Applicable only to frames and dialogs.", "");
+    //DocDeclStr(
+    //    virtual void , SetTitle( const wxString& title),
+    //    "Sets the window's title. Applicable only to frames and dialogs.", "");
     
+    //DocDeclStr(
+    //    virtual wxString , GetTitle() const,
+    //    "Gets the window's title. Applicable only to frames and dialogs.", "");    
 
     DocDeclStr(
         virtual void , SetLabel(const wxString& label),