]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/gauge.h
Make storing non-trivial data in wxThreadSpecificInfo possible.
[wxWidgets.git] / interface / wx / gauge.h
index 1abe6bca20653f7613d508b5ad4f52a2810c50c8..1d3b5934785bdf97fb9f16e4e9c4a9f1f9d3908c 100644 (file)
@@ -2,10 +2,20 @@
 // Name:        gauge.h
 // Purpose:     interface of wxGauge
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // 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
 
@@ -37,7 +47,7 @@
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{gauge.png}
+    @appearance{gauge}
 
     @see wxSlider, wxScrollBar
 */