git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11271
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
virtual WXWidget GetHandle() const { return m_wnd; }
+ virtual void SetTitle(const wxString& title) { m_title = title; }
+ virtual wxString GetTitle() const { return m_title; }
// implementation from now on
// --------------------------
protected:
+ wxString m_title;
// the window handle
struct window_t *m_wnd;
// whether there should be wxEraseEvent before wxPaintEvent or not