X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/200fed6cdf9560246565124e94846c3f2bddf2a4..d7d176241e313dc60b47cc967ddbc6018309d286:/docs/latex/wx/proplisf.tex?ds=inline diff --git a/docs/latex/wx/proplisf.tex b/docs/latex/wx/proplisf.tex index 5b8ace2494..ee780a7ad8 100644 --- a/docs/latex/wx/proplisf.tex +++ b/docs/latex/wx/proplisf.tex @@ -7,6 +7,8 @@ will pass OnClose messages to the view class for processing. Call Initialize to create the panel and associate the view; override OnCreatePanel if you wish to use a panel class other than the default wxPropertyListPanel. +\latexignore{\rtfignore{\wxheading{Members}}} + \membersection{wxPropertyListFrame::wxPropertyListFrame} \func{void}{wxPropertyListFrame}{\param{wxPropertyListView *}{view}, \param{wxFrame *}{parent}, \param{char *}{title}, @@ -29,7 +31,7 @@ Returns the panel associated with the frame. \membersection{wxPropertyListFrame::Initialize} -\func{Bool}{Initialize}{\void} +\func{bool}{Initialize}{\void} Must be called to create the panel and associate the view with the panel and frame. @@ -39,4 +41,3 @@ Must be called to create the panel and associate the view with the panel and fra Creates a panel. Override this to create a panel type other than wxPropertyListPanel. -