From 7477f0898ccfe015f5452a57ff57403c8d076835 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sat, 23 Jun 2007 17:05:34 +0000 Subject: [PATCH] Remove const bool git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/imaglist.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/latex/wx/imaglist.tex b/docs/latex/wx/imaglist.tex index 6b71f3a53e..4438a4001a 100644 --- a/docs/latex/wx/imaglist.tex +++ b/docs/latex/wx/imaglist.tex @@ -28,7 +28,7 @@ wxImageList is used principally in conjunction with \helpref{wxTreeCtrl}{wxtreec Default constructor. -\func{}{wxImageList}{\param{int }{width}, \param{int }{height}, \param{const bool }{mask = true},\rtfsp +\func{}{wxImageList}{\param{int }{width}, \param{int }{height}, \param{bool }{mask = true},\rtfsp \param{int }{initialCount = 1}} Constructor specifying the image size, whether image masks should be created, and the initial size of the list. @@ -91,7 +91,7 @@ implements the following methods:\par } \membersection{wxImageList::Create}\label{wximagelistcreate} -\func{bool}{Create}{\param{int }{width}, \param{int }{height}, \param{const bool }{mask = true},\rtfsp +\func{bool}{Create}{\param{int }{width}, \param{int }{height}, \param{bool }{mask = true},\rtfsp \param{int }{initialCount = 1}} Initializes the list. See \helpref{wxImageList::wxImageList}{wximagelistconstr} for details. @@ -100,7 +100,7 @@ Initializes the list. See \helpref{wxImageList::wxImageList}{wximagelistconstr} \func{bool}{Draw}{\param{int}{ index}, \param{wxDC\&}{ dc}, \param{int }{x},\rtfsp \param{int }{y}, \param{int }{flags = wxIMAGELIST\_DRAW\_NORMAL},\rtfsp -\param{const bool }{solidBackground = false}} +\param{bool }{solidBackground = false}} Draws a specified image onto a device context. -- 2.45.2