From e477b168c69744ffb52d931045e4b237c435c313 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sun, 13 Jun 2004 16:30:15 +0000 Subject: [PATCH] Corrected return type of SetBackgroundColour git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/window.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.45.2