]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrected return type of SetBackgroundColour
authorJulian Smart <julian@anthemion.co.uk>
Sun, 13 Jun 2004 16:30:15 +0000 (16:30 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 13 Jun 2004 16:30:15 +0000 (16:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/window.tex

index 49734796248978fdfdca885e63c882b038726613..69b5779362ada9b808c1ab01039e61b978e8c720 100644 (file)
@@ -2334,7 +2334,7 @@ from within wxWindow::OnSize functions.}
 
 \membersection{wxWindow::SetBackgroundColour}\label{wxwindowsetbackgroundcolour}
 
-\func{virtual void}{SetBackgroundColour}{\param{const wxColour\& }{colour}}
+\func{virtual bool}{SetBackgroundColour}{\param{const wxColour\& }{colour}}
 
 Sets the background colour of the window.