]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dc.h
wxEventType alterations.
[wxWidgets.git] / include / wx / msw / dc.h
index b0c49d268f6477b4d33ac87b0299a21419937674..5392a19a3b3212e8c19d2cbfe9120b38e705af17 100644 (file)
@@ -100,6 +100,7 @@ public:
   virtual void SetSystemScale(double x, double y);
   virtual void SetLogicalOrigin(long x, long y);
   virtual void SetDeviceOrigin(long x, long y);
+  virtual void SetAxisOrientation(bool xLeftRight, bool yBottomUp);
 
   // This group of functions does actual conversion
   // of the input, as you'd expect.
@@ -217,6 +218,9 @@ protected:
   double             m_userScaleX;
   double             m_userScaleY;
 
+  int                m_signX;          // Used by SetAxisOrientation() to
+  int                m_signY;          // invert the axes
+
   int               m_mappingMode;
 
   long             m_minX;          // bounding box