]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/gauge95.h
Block all events in wxSpinButton::SetValue etc.
[wxWidgets.git] / include / wx / msw / gauge95.h
index 26e7c18e35028376f3715f1b1163b518ca80e3f3..70390a958444269bf652e811c37adacf88cc9400 100644 (file)
@@ -51,12 +51,16 @@ public:
     virtual bool SetForegroundColour(const wxColour& col);
     virtual bool SetBackgroundColour(const wxColour& col);
 
-    virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
+
+    void SetIndeterminateMode();
+    void SetDeterminateMode();
+    void Pulse();
+
+    WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
 
 protected:
     virtual wxSize DoGetBestSize() const;
 
-
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxGauge95)
 };