+ // override these methods to take into account tool/menu/statusbars
+ virtual void DoGetClientSize(int *width, int *height) const;
+
+ // this method takes the size of the window not taking account of
+ // decorations
+ void GTKDoSetSize(int width, int height);
+
+
+ // string shown in the title bar
+ wxString m_title;