]> git.saurik.com Git - wxWidgets.git/commitdiff
Get/Set title fixes (#1350999).
authorWłodzimierz Skiba <abx@abx.art.pl>
Tue, 8 Nov 2005 14:59:52 +0000 (14:59 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Tue, 8 Nov 2005 14:59:52 +0000 (14:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_window.i
wxPython/src/html.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),
index 696ba5c7f5bc60b774e99002bbcc8dd51c9b81f1..67de3efd3b83dfa74e113c3cdda06a53784e72f4 100644 (file)
@@ -887,7 +887,7 @@ public:
                           const wxString& fixed_face = wxPyEmptyString);
     
     DocDeclStr(
-        void, SetTitle(const wxString& title),
+        void, SetLabel(const wxString& title),
         "", "");
 
     // Sets space between text and window borders.