]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/gauge.h
Applied [ 876737 ] menu item with bitmap uses wrong font
[wxWidgets.git] / include / wx / gtk / gauge.h
index c1d22c1a988e8b9da3e3b0b0ceca3fca0733744c..ced1476387a70e877163e236a5268eb97d82bf8a 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef __GTKGAUGEH__
 #define __GTKGAUGEH__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface
 #endif
 
@@ -75,6 +75,8 @@ public:
     int GetRange() const;
     int GetValue() const;
 
+    bool IsVertical() const { return HasFlag(wxGA_VERTICAL); }
+    
     // implementation
     // -------------
 
@@ -85,8 +87,8 @@ public:
         m_gaugePos;
 
     // obsolete functions, don't use
-#ifdef WXWIN_COMPATIBILITY_2_2
-    bool GetProgressBar() const { return TRUE; }
+#if WXWIN_COMPATIBILITY_2_2
+    bool GetProgressBar() const { return true; }
 #endif // WXWIN_COMPATIBILITY_2_2
 
 protected: