Get/Set title fixes (#1350999).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2005-11-08 14:59:52 +00:00
parent 75e275af32
commit 793b53a004
2 changed files with 7 additions and 8 deletions

View 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),

View 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.