]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dcclient.h
removed spaces; added WXDLLEXPORTs; make overlay classes non copiable
[wxWidgets.git] / include / wx / gtk / dcclient.h
index 38a639311afce61cc244b355a234226e59503291..7ed817ac56287996d8f05d625435aec2c979d3d2 100644 (file)
@@ -72,6 +72,7 @@ protected:
     virtual void DoSetClippingRegion( wxCoord x, wxCoord y, wxCoord width, wxCoord height );
     virtual void DoSetClippingRegionAsRegion( const wxRegion &region );
 
+
 public:
     virtual wxCoord GetCharWidth() const;
     virtual wxCoord GetCharHeight() const;
@@ -94,6 +95,13 @@ public:
     virtual wxSize GetPPI() const;
     virtual int GetDepth() const;
 
+    // overrriden here for RTL
+    virtual void SetDeviceOrigin( wxCoord x, wxCoord y );
+    virtual void SetAxisOrientation( bool xLeftRight, bool yBottomUp );
+
+    virtual GdkWindow* GetGDKWindow() const { return m_window; }
+
+// protected:
     // implementation
     // --------------
 
@@ -114,9 +122,10 @@ public:
     PangoLayout *m_layout;
     PangoFontDescription *m_fontdesc;
 
-protected:
     void SetUpDC();
     void Destroy();
+    
+protected:
     virtual void ComputeScaleAndOrigin();
 
     GdkWindow *GetWindow() { return m_window; }