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