]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dcps.h
Applied Russel's changes to wxToolBarBase
[wxWidgets.git] / include / wx / gtk / dcps.h
index 8d0ccedc118cc5fa2182e66f6f13d41199c5698a..df8f2d0b092decbc0ae0db136c3d1914db1c7d7c 100644 (file)
 #endif
 
 #include "wx/dc.h"
+
+#if wxUSE_POSTSCRIPT
+
 #include "wx/dialog.h"
 #include "wx/module.h"
 #include <fstream.h>
 
-#if wxUSE_POSTSCRIPT
 
 //-----------------------------------------------------------------------------
 // classes
@@ -82,7 +84,7 @@ public:
 
   void DrawIcon( const wxIcon& icon, long x, long y );
   void DrawBitmap( const wxBitmap& bitmap, long x, long y, bool useMask=FALSE );
-  
+
   void DrawText(const wxString& text, long x, long y, bool use16 = FALSE);
 
   void Clear();
@@ -91,7 +93,7 @@ public:
   void SetBrush( const wxBrush& brush );
   void SetLogicalFunction( int function );
   void SetBackground( const wxBrush& brush );
-  
+
   void SetClippingRegion(long x, long y, long width, long height);
   void SetClippingRegion( const wxRegion &region );
   void DestroyClippingRegion();
@@ -108,16 +110,16 @@ public:
                      long *descent = (long *) NULL,
                      long *externalLeading = (long *) NULL,
                      wxFont *theFont = (wxFont *) NULL, bool use16 = FALSE);
-                    
+
   void GetSize(int* width, int* height) const;
   void GetSizeMM(long *width, long *height) const;
 
   void SetAxisOrientation( bool xLeftRight, bool yBottomUp );
   void SetDeviceOrigin( long x, long y );
-  
+
   inline void SetBackgroundMode(int WXUNUSED(mode)) {}
   inline void SetPalette(const wxPalette& WXUNUSED(palette)) {}
-  
+
   inline ofstream *GetStream(void) const { return m_pstream; }
 
 protected:
@@ -133,7 +135,7 @@ protected:
   double            m_underlineThickness;
 };
 
-#endif 
+#endif
     // wxUSE_POSTSCRIPT
 
 #endif