]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/gauge95.h
Typos.
[wxWidgets.git] / include / wx / msw / gauge95.h
index 5346750970b0c6efaa6b658fdb37a1da7ae19cb3..0bab3e716331fd4e18493598dc6e4178b533cc91 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "wx/control.h"
 
 
 #include "wx/control.h"
 
-WXDLLEXPORT_DATA(extern const char*) wxGaugeNameStr;
+WXDLLEXPORT_DATA(extern const wxChar*) wxGaugeNameStr;
 
 // Group box
 class WXDLLEXPORT wxGauge95 : public wxControl
 
 // Group box
 class WXDLLEXPORT wxGauge95 : public wxControl
@@ -57,8 +57,8 @@ public:
     int GetRange(void) const ;
     int GetValue(void) const ;
 
     int GetRange(void) const ;
     int GetValue(void) const ;
 
-    void SetForegroundColour(const wxColour& col);
-    void SetBackgroundColour(const wxColour& col);
+    bool SetForegroundColour(const wxColour& col);
+    bool SetBackgroundColour(const wxColour& col);
 
     // Backward compatibility
 #if WXWIN_COMPATIBILITY
 
     // Backward compatibility
 #if WXWIN_COMPATIBILITY