]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/private.h
Avoid setting attributes in GTK wxDataViewRenderer if not supported.
[wxWidgets.git] / include / wx / mgl / private.h
index fe1544e62223477e80a7b92289adad6ae6e1b972..04560002b63b6c45b1de8caae26bf277f62fca70 100644 (file)
@@ -1,21 +1,27 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        private.h
 // Purpose:     Private declarations: as this header is only included by
 /////////////////////////////////////////////////////////////////////////////
 // Name:        private.h
 // Purpose:     Private declarations: as this header is only included by
-//              wxWindows itself, it may contain identifiers which don't start
+//              wxWidgets itself, it may contain identifiers which don't start
 //              with "wx".
 // Author:      Vaclav Slavik
 // Created:     2001/04/07
 // RCS-ID:      $Id$
 //              with "wx".
 // Author:      Vaclav Slavik
 // Created:     2001/04/07
 // RCS-ID:      $Id$
-// Copyright:   (c) 2001 Vaclav Slavik
+// Copyright:   (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef _WX_PRIVATE_H_
-#define _WX_PRIVATE_H_
+#ifndef _WX_MGL_PRIVATE_H_
+#define _WX_MGL_PRIVATE_H_
 
 
+#include "wx/ioswrap.h"
 #include <mgraph.hpp>
 #include <mgraph.hpp>
+#include "pmapi.h"
 
 
-class WXDLLEXPORT wxBitmap;
+// the scitech headers define true and false
+#undef true
+#undef false
+
+class WXDLLIMPEXP_FWD_CORE wxBitmap;
 
 
 // ---------------------------------------------------------------------------
 
 
 // ---------------------------------------------------------------------------
@@ -23,6 +29,7 @@ class WXDLLEXPORT wxBitmap;
 // ---------------------------------------------------------------------------
 
 extern MGLDevCtx *g_displayDC;
 // ---------------------------------------------------------------------------
 
 extern MGLDevCtx *g_displayDC;
+extern winmng_t  *g_winMng;
 
 // ---------------------------------------------------------------------------
 // helper functions
 
 // ---------------------------------------------------------------------------
 // helper functions
@@ -32,9 +39,9 @@ extern MGLDevCtx *g_displayDC;
 // This function converts wxBitmap into pixpattern24_t representation
 // (used by wxBrush and wxPen)
 
 // This function converts wxBitmap into pixpattern24_t representation
 // (used by wxBrush and wxPen)
 
-extern void wxBitmapToPixPattern(const wxBitmap& bitmap, 
+extern void wxBitmapToPixPattern(const wxBitmap& bitmap,
                                  pixpattern24_t *pix, pattern_t *mask);
                                  pixpattern24_t *pix, pattern_t *mask);
-                       
+
 
 // Sets current DC and restores previous one upon destruction:
 class wxCurrentDCSwitcher
 
 // Sets current DC and restores previous one upon destruction:
 class wxCurrentDCSwitcher
@@ -48,4 +55,4 @@ public:
 };
 
 
 };
 
 
-#endif // _WX_PRIVATE_H_
+#endif // _WX_MGL_PRIVATE_H_