]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/gauge.h
Make wxPGValidationInfo class instead of struct, re-document it (used at least by...
[wxWidgets.git] / interface / wx / gauge.h
index d617d7489bfe2e57dd9d92e787dcc2ae6c94f07f..82f0ecfa6cc0ddf747ddcdbe5542f8bf45ecdede 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).
@@ -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.