void SetLastFocus(wxWindow *win) { m_winLastFocused = win; }
wxWindow *GetLastFocus() const { return m_winLastFocused; }
+ // interface to native frame structure
+ FormType *GetForm() const;
+
protected:
// common part of all ctors
void Init();
+ // getting and setting sizes
+ virtual void DoGetSize( int *width, int *height ) const;
+
// common part of Iconize(), Maximize() and Restore()
void DoShowWindow(int nShowCmd);