]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/toplevel.h
OnIdle -> OnInternalIdle
[wxWidgets.git] / include / wx / motif / toplevel.h
index 6d16717756ada716d22dd698a32a2e2a3824e698..d5145cd3301b2890f735f27910b6d6f9eea1d639 100644 (file)
@@ -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