X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/200fed6cdf9560246565124e94846c3f2bddf2a4..2e25e7b7629b9c362d1fc689b536032a35441b8c:/docs/latex/wx/propforf.tex diff --git a/docs/latex/wx/propforf.tex b/docs/latex/wx/propforf.tex index 5b9e92cc81..3f7d9dddf1 100644 --- a/docs/latex/wx/propforf.tex +++ b/docs/latex/wx/propforf.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 wxPropertyFormPanel. +\latexignore{\rtfignore{\wxheading{Members}}} + \membersection{wxPropertyFormFrame::wxPropertyFormFrame} \func{void}{wxPropertyFormFrame}{\param{wxPropertyFormView *}{view}, \param{wxFrame *}{parent}, \param{char *}{title}, @@ -29,7 +31,7 @@ Returns the panel associated with the frame. \membersection{wxPropertyFormFrame::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 wxPropertyFormPanel. -