]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/gauge.h
Corrected library association
[wxWidgets.git] / interface / wx / gauge.h
index d617d7489bfe2e57dd9d92e787dcc2ae6c94f07f..f583c15c1050c9016bd899ee9909d4b600cec88a 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxGauge
-    @wxheader{gauge.h}
 
     A gauge is a horizontal or vertical bar which shows a quantity (often
     time).
@@ -38,7 +37,7 @@
 
     @library{wxcore}
     @category{ctrl}
-    <!-- @appearance{gauge.png} -->
+    @appearance{gauge.png}
 
     @see wxSlider, wxScrollBar
 */
@@ -80,7 +79,7 @@ public:
     /**
         Destructor, destroying the gauge.
     */
-    ~wxGauge();
+    virtual ~wxGauge();
 
     /**
         Creates the gauge for two-step construction. See wxGauge() for further
@@ -139,7 +138,7 @@ public:
               undefined and thus you need to explicitely call SetValue() if you
               want to restore the determinate mode.
     */
-    void Pulse();
+    virtual void Pulse();
 
     /**
         Sets the 3D bezel face width.