]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/window.h
Added possibility of 2-step initialisation, and wxWIZARD_EX_HELPBUTTON style.
[wxWidgets.git] / include / wx / gtk1 / window.h
index fde824a7b1498a9e1111a96b26d9b3a521d166cd..e648eb9815cd2b1cc7d0e8817f5f4292178c8b6f 100644 (file)
@@ -48,8 +48,6 @@ public:
 
     // implement base class (pure) virtual methods
     // -------------------------------------------
-    virtual void SetTitle( const wxString& title ) { m_title = title; }
-    virtual wxString GetTitle() const { return m_title; }
 
     virtual bool Destroy();
 
@@ -215,9 +213,6 @@ public:
     // wxMDIFrame, wxNotebook etc. this is the callback that will get used.
     wxInsertChildFunction  m_insertCallback;
 
-    // the window label
-    wxString               m_title;
-
     // implement the base class pure virtuals
     virtual void DoClientToScreen( int *x, int *y ) const;
     virtual void DoScreenToClient( int *x, int *y ) const;