]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/propforf.tex
corrected initialization order of MLTE
[wxWidgets.git] / docs / latex / wx / propforf.tex
index 5b9e92cc8194a1ec326deafe9f0539a38b3122f8..3f7d9dddf1af37dd323ccf00d91faa0243432238 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 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.
 
-