#endif // wxUSE_MENUS
// event handlers
- bool HandlePaint();
bool HandleSize(int x, int y, WXUINT flag);
bool HandleCommand(WXWORD id, WXWORD cmd, WXHWND control);
bool HandleMenuSelect(WXWORD nItem, WXWORD nFlags, WXHMENU hMenu);
void SetToolTipCtrl(WXHWND hwndTT) { m_hwndToolTip = hwndTT; }
#endif // tooltips
- // a MSW only function which sends a size event to the window using its
- // current size - this has an effect of refreshing the window layout
- virtual void SendSizeEvent();
+ // override the base class function to handle iconized/maximized frames
+ virtual void SendSizeEvent(int flags = 0);
virtual wxPoint GetClientAreaOrigin() const;