]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/proplisf.tex
made wxCondition::Signal() queue the signals generated while there were no waiters...
[wxWidgets.git] / docs / latex / wx / proplisf.tex
index 5b8ace24945f2b3a228f653818a5e6887befac73..ee780a7ad8321ce51e7629bff03155e7dd6646fe 100644 (file)
@@ -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.
 
-