- // implement the geometry-related methods for a top level window
- virtual void DoSetClientSize(int width, int height);
+ // prevent the window from being deactivated sometimes (see comments in the
+ // code)
+ long HandleNcActivate(bool activate);
+
+ // translate wxWindows flags to Windows ones
+ virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle) const;