// intiialize the newly created DC
void InitDC();
+ // override some base class virtuals
+ virtual void DoGetSize(int *width, int *height) const;
+
private:
DECLARE_DYNAMIC_CLASS(wxWindowDC)
};
protected:
void InitDC();
+ // override some base class virtuals
+ virtual void DoGetSize(int *width, int *height) const;
+
private:
DECLARE_DYNAMIC_CLASS(wxClientDC)
};