virtual bool IsIconized() const;
+ virtual bool IsTopLevel() const { return TRUE; }
+
void SetTitle(const wxString& title);
wxString GetTitle() const ;
void OnCharHook(wxKeyEvent& event);
void OnCloseWindow(wxCloseEvent& event);
+ // Responds to size changes
+ void OnSize(wxSizeEvent& event);
+
public:
//// Motif-specific
bool m_modalShowing;