]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcscreen.h
override GetDefaultBorder() to return wxBORDER_NONE, radio buttons shouldn't have...
[wxWidgets.git] / include / wx / dcscreen.h
index bd6fcb9f52035adc3943e158fee750178e254db3..31f7c36f5176e07ec41eddea3d5377f0a8937727 100644 (file)
 #define _WX_DCSCREEN_H_BASE_
 
 #include "wx/defs.h"
+#include "wx/dc.h"
+
+#if wxUSE_NEW_DC
+
+class WXDLLIMPEXP_CORE wxScreenDC : public wxWindowDC
+{
+public:
+    wxScreenDC();
+
+private:
+    DECLARE_DYNAMIC_CLASS(wxScreenDC)
+};
+
+#endif
 
 #if defined(__WXPALMOS__)
 #include "wx/palmos/dcscreen.h"
@@ -38,5 +52,6 @@
 #include "wx/os2/dcscreen.h"
 #endif
 
+
 #endif
     // _WX_DCSCREEN_H_BASE_