]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/gauge.h
Add appearance tags
[wxWidgets.git] / interface / wx / gauge.h
index 2cb391e1b2ee97df85e52f5f99df75d1f1dcb47d..f583c15c1050c9016bd899ee9909d4b600cec88a 100644 (file)
@@ -37,7 +37,7 @@
 
     @library{wxcore}
     @category{ctrl}
-    <!-- @appearance{gauge.png} -->
+    @appearance{gauge.png}
 
     @see wxSlider, wxScrollBar
 */
@@ -79,7 +79,7 @@ public:
     /**
         Destructor, destroying the gauge.
     */
-    ~wxGauge();
+    virtual ~wxGauge();
 
     /**
         Creates the gauge for two-step construction. See wxGauge() for further
@@ -138,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.