]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/gauge.h
renamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR
[wxWidgets.git] / include / wx / gtk1 / gauge.h
index f014fcf379cc7d90bb5eaa9cf173028663688c87..47606768003477f372702e03a20ad74eebec5640 100644 (file)
@@ -75,6 +75,8 @@ public:
     int GetRange() const;
     int GetValue() const;
 
+    bool IsVertical() const { return HasFlag(wxGA_VERTICAL); }
+    
     // implementation
     // -------------