From: Julian Smart Date: Wed, 14 Sep 2005 21:21:41 +0000 (+0000) Subject: Doc fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9a1e758d899e1945ea56c4bc431a5591e8ad31cd Doc fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/htmllbox.tex b/docs/latex/wx/htmllbox.tex index 170f542d7a..e56d1b6d1a 100644 --- a/docs/latex/wx/htmllbox.tex +++ b/docs/latex/wx/htmllbox.tex @@ -31,7 +31,7 @@ example) but you will only need to override a single \membersection{wxHtmlListBox::wxHtmlListBox}\label{wxhtmllistboxwxhtmllistbox} -\func{}{wxHtmlListBox}{\param{wxWindow* }{parent}, \param{wxWindowID }{id = wxID\_ANY}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize}, \param{size\_t }{countItems = 0}, \param{long }{style = 0}, \param{const wxString\& }{name = wxVListBoxNameStr}} +\func{}{wxHtmlListBox}{\param{wxWindow* }{parent}, \param{wxWindowID }{id = wxID\_ANY}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize}, \param{long }{style = 0}, \param{const wxString\& }{name = wxVListBoxNameStr}} Normal constructor which calls \helpref{Create()}{wxhtmllistboxcreate} internally.