]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/gauge.h
use wxEventType coherently with the docs
[wxWidgets.git] / interface / wx / gauge.h
index 82f0ecfa6cc0ddf747ddcdbe5542f8bf45ecdede..a36e7a444ab2cc4f87355778e82dc91e421bd1dd 100644 (file)
@@ -37,7 +37,7 @@
 
     @library{wxcore}
     @category{ctrl}
-    <!-- @appearance{gauge.png} -->
+    @appearance{gauge.png}
 
     @see wxSlider, wxScrollBar
 */
@@ -87,10 +87,9 @@ public:
     */
     bool Create(wxWindow* parent, wxWindowID id, int range,
                 const wxPoint& pos = wxDefaultPosition,
-                const wxSize& size = wxDefaultSize,
-                long style = wxGA_HORIZONTAL,
+                const wxSize& size = wxDefaultSize, long style = wxGA_HORIZONTAL,
                 const wxValidator& validator = wxDefaultValidator,
-                const wxString& name = "gauge");
+                const wxString& name = wxGaugeNameStr);
 
     /**
         Returns the width of the 3D bezel face.