X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0de6dfa701964fdabfd1f4027e68b4c7c5520107..73bab6b44da953b35b902c9f3199582e4e76d89b:/include/wx/motif/toplevel.h diff --git a/include/wx/motif/toplevel.h b/include/wx/motif/toplevel.h index 6d16717756..d5145cd330 100644 --- a/include/wx/motif/toplevel.h +++ b/include/wx/motif/toplevel.h @@ -56,10 +56,18 @@ public: virtual wxString GetTitle() const { return m_title; } virtual void SetTitle( const wxString& title ) { m_title = title; } + virtual void SetSizeHints( int minW, int minH, + int maxW = -1, int maxH = -1, + int incW = -1, int incH = -1 ); + + virtual bool SetShape( const wxRegion& region ); + WXWidget GetShellWidget() const; protected: // common part of all constructors void Init(); + // common part of wxDialog/wxFrame destructors + void PreDestroy(); private: // both these functions should be pure virtual