+ // common part of all ctors
+ void Init();
+
+#if !(defined(__SMARTPHONE__) && defined(__WXWINCE__))
+ virtual void DoGetPosition( int *x, int *y ) const;
+ virtual void DoGetSize(int *width, int *height) const;
+ virtual void DoGetClientSize(int *width, int *height) const;
+ virtual void DoMoveWindow(int x, int y, int width, int height);
+ virtual void DoCentre(int dir);
+#endif // !(__SMARTPHONE__ && __WXWINCE__)
+