git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8630
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#define _WX_DC_H_
#include "wx/defs.h"
#define _WX_DC_H_
#include "wx/defs.h"
// ---------------------------------------------------------------------------
// macros
// ---------------------------------------------------------------------------
// macros
DECLARE_DYNAMIC_CLASS(wxDC)
public:
DECLARE_DYNAMIC_CLASS(wxDC)
public:
~wxDC();
// implement base class pure virtuals
~wxDC();
// implement base class pure virtuals
wxWindow* m_pCanvas;
wxBitmap m_vSelectedBitmap;
wxWindow* m_pCanvas;
wxBitmap m_vSelectedBitmap;
+public:
+ // PM specific stuff
+ HPS m_hPS;
+ HPS m_hOldPS; // old hPS, if any
+ bool m_bIsPaintTime;// True at Paint Time
+
+ RECTL m_vRclPaint; // Bounding rectangle at Paint time etc.
//
// TRUE => DeleteDC() in dtor, FALSE => only ReleaseDC() it
//
//
// TRUE => DeleteDC() in dtor, FALSE => only ReleaseDC() it
//
- // PM specific stuff
- HPS m_hPS;
private:
HAB m_hab;
SIZEL m_PageSize;
private:
HAB m_hab;
SIZEL m_PageSize;
int ShowModal();
wxFontData& GetFontData() { return m_fontData; }
int ShowModal();
wxFontData& GetFontData() { return m_fontData; }
wxWindow* m_dialogParent;
wxFontData m_fontData;
};
wxWindow* m_dialogParent;
wxFontData m_fontData;
};
#ifndef _WX_HELPWIN_H_
#define _WX_HELPWIN_H_
#ifndef _WX_HELPWIN_H_
#define _WX_HELPWIN_H_
+//EK #include "wx/wx.h"
+
+#if wxUSE_HELP
bool DisplaySection(const wxString& rSection) { return wxHelpControllerBase::DisplaySection(rSection); }
};
bool DisplaySection(const wxString& rSection) { return wxHelpControllerBase::DisplaySection(rSection); }
};
// ----------------------------------------------------------------------------
// global settings
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// global settings
// ----------------------------------------------------------------------------
+// use TCPV40 from toolkit - EK
+#define TCPV40HDRS
+
+// use double mode + PM GUI and Window text window,
+// to use it you must link your app as "Window"
+#define wxUSE_CONSOLEDEBUG 1
// define this to 1 if you want icons to behave as bitmaps
#define wxICON_IS_BITMAP 0
// define this to 1 if you want icons to behave as bitmaps
#define wxICON_IS_BITMAP 0