Get/SetTitle only for wxTopLevelWindow (wxGTK part).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
cb8cc2506b
commit
2ea5111b0a
2 changed files with 6 additions and 0 deletions
|
|
@ -48,6 +48,9 @@ public:
|
|||
// implement base class (pure) virtual methods
|
||||
// -------------------------------------------
|
||||
|
||||
virtual void SetLabel( const wxString &label ) {}
|
||||
virtual wxString GetLabel() const {}
|
||||
|
||||
virtual bool Destroy();
|
||||
|
||||
virtual void Raise();
|
||||
|
|
|
|||
|
|
@ -48,6 +48,9 @@ public:
|
|||
// implement base class (pure) virtual methods
|
||||
// -------------------------------------------
|
||||
|
||||
virtual void SetLabel( const wxString &label ) {}
|
||||
virtual wxString GetLabel() const {}
|
||||
|
||||
virtual bool Destroy();
|
||||
|
||||
virtual void Raise();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue