From: Julian Smart Date: Sun, 13 Jun 2004 16:30:15 +0000 (+0000) Subject: Corrected return type of SetBackgroundColour X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e477b168c69744ffb52d931045e4b237c435c313?ds=inline Corrected return type of SetBackgroundColour git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index 4973479624..69b5779362 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -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.