*** empty log message ***

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
1999-10-02 01:44:39 +00:00
parent def6fb9bd8
commit ce44c50e9b
10 changed files with 200 additions and 32 deletions

View File

@@ -47,6 +47,12 @@ public:
wxWindowDC(wxWindow *win);
virtual ~wxWindowDC();
// PM specific stuff
HPS m_hPS;
private:
HAB m_hab;
SIZEL m_PageSize;
};
class WXDLLEXPORT wxClientDC : public wxWindowDC