From: Włodzimierz Skiba Date: Tue, 8 Nov 2005 14:59:52 +0000 (+0000) Subject: Get/Set title fixes (#1350999). X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/793b53a0047f0f3a45503ed69c56cc10c46cb62c Get/Set title fixes (#1350999). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_window.i b/wxPython/src/_window.i index b67890b39e..ad60823e50 100644 --- a/wxPython/src/_window.i +++ b/wxPython/src/_window.i @@ -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), diff --git a/wxPython/src/html.i b/wxPython/src/html.i index 696ba5c7f5..67de3efd3b 100644 --- a/wxPython/src/html.i +++ b/wxPython/src/html.i @@ -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.