+ // indicates that the dialog should be centered in this direction if non 0
+ // (set by DoCentre(), used by MSWOnInitDone())
+ int m_centreDir;
+
+ // true if DoMoveWindow() had been called
+ bool m_movedWindow;
+
+
+ DECLARE_DYNAMIC_CLASS_NO_COPY(wxColourDialog)