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:
parent
75e275af32
commit
793b53a004
@ -286,14 +286,13 @@ destructor.", "");
|
|||||||
// window attributes
|
// window attributes
|
||||||
// -----------------
|
// -----------------
|
||||||
|
|
||||||
DocDeclStr(
|
//DocDeclStr(
|
||||||
virtual void , SetTitle( const wxString& title),
|
// virtual void , SetTitle( const wxString& title),
|
||||||
"Sets the window's title. Applicable only to frames and dialogs.", "");
|
// "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 wxString , GetTitle() const,
|
||||||
|
// "Gets the window's title. Applicable only to frames and dialogs.", "");
|
||||||
|
|
||||||
DocDeclStr(
|
DocDeclStr(
|
||||||
virtual void , SetLabel(const wxString& label),
|
virtual void , SetLabel(const wxString& label),
|
||||||
|
@ -887,7 +887,7 @@ public:
|
|||||||
const wxString& fixed_face = wxPyEmptyString);
|
const wxString& fixed_face = wxPyEmptyString);
|
||||||
|
|
||||||
DocDeclStr(
|
DocDeclStr(
|
||||||
void, SetTitle(const wxString& title),
|
void, SetLabel(const wxString& title),
|
||||||
"", "");
|
"", "");
|
||||||
|
|
||||||
// Sets space between text and window borders.
|
// Sets space between text and window borders.
|
||||||
|
Loading…
Reference in New Issue
Block a user