X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dfe1eee3bb9ecde8c4490ea69c07b5030d69530c..2c1f73eecf5ebf3fb49955bea888ca7355e93c2a:/include/wx/motif/dialog.h?ds=sidebyside diff --git a/include/wx/motif/dialog.h b/include/wx/motif/dialog.h index da9d0382f1..df9688ddee 100644 --- a/include/wx/motif/dialog.h +++ b/include/wx/motif/dialog.h @@ -66,6 +66,8 @@ public: virtual bool IsIconized() const; + virtual bool IsTopLevel() const { return TRUE; } + void SetTitle(const wxString& title); wxString GetTitle() const ; @@ -98,6 +100,9 @@ public: void OnCharHook(wxKeyEvent& event); void OnCloseWindow(wxCloseEvent& event); + // Responds to size changes + void OnSize(wxSizeEvent& event); + public: //// Motif-specific bool m_modalShowing;