]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gaugemsw.cpp
1. wxWindow::IsTopLevel() added and documented
[wxWidgets.git] / src / msw / gaugemsw.cpp
index 4a82b4f8965ede0b81be7b9f8cb02654e2c62936..97fc9b7cfb66d6ad4339df7dcbb11af7a1dd170b 100644 (file)
@@ -228,7 +228,7 @@ bool wxGaugeMSW::SetForegroundColour(const wxColour& col)
     return TRUE;
 }
 
-void wxGaugeMSW::SetBackgroundColour(const wxColour& col)
+bool wxGaugeMSW::SetBackgroundColour(const wxColour& col)
 {
     if ( !wxControl::SetBackgroundColour(col) )
         return FALSE;