]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/gauge.h
Make wxFindReplaceData accessors const.
[wxWidgets.git] / interface / wx / gauge.h
index 1abe6bca20653f7613d508b5ad4f52a2810c50c8..c17a9ea04b6e8b18baa7ae5ac648d44433bf5047 100644 (file)
@@ -6,6 +6,17 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+
+// ----------------------------------------------------------------------------
+// wxGauge style flags
+// ----------------------------------------------------------------------------
+
+#define wxGA_HORIZONTAL      wxHORIZONTAL
+#define wxGA_VERTICAL        wxVERTICAL
+
+// Win32 only, is default (and only) on some other platforms
+#define wxGA_SMOOTH          0x0020
+
 /**
     @class wxGauge