]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/propfovi.tex
Removed Aqua style from docs.
[wxWidgets.git] / docs / latex / wx / propfovi.tex
index c9d570003ef7a46cfdf9c44c25150c2ab439b00b..c252c940eb51e6e9b5353c8c85b1105fd97a09e9 100644 (file)
@@ -1,10 +1,14 @@
 \section{\class{wxPropertyFormView}}\label{wxpropertyformview}
 
-\overview{wxPropertyFormView overview}{wxpropertyformviewoverview}
-
 The {\bf wxPropertyFormView} class shows a wxPropertySheet as a view onto a panel or dialog
 box which has already been created.
 
+\wxheading{See also}
+
+\helpref{wxPropertyFormView overview}{wxpropertyformviewoverview}
+
+\latexignore{\rtfignore{\wxheading{Members}}}
+
 \membersection{wxPropertyFormView::wxPropertyFormView}
 
 \func{void}{wxPropertyFormView}{\param{long}{ flags = 0}}
@@ -28,7 +32,7 @@ association manually.
 
 \membersection{wxPropertyFormView::Check}\label{wxpropertyformviewcheck}
 
-\func{Bool}{Check}{\void}
+\func{bool}{Check}{\void}
 
 Checks all properties by calling the appropriate validators; returns FALSE if a validation failed.
 
@@ -88,14 +92,13 @@ Sets the managed window (a frame or dialog) associated with the view.
 
 \membersection{wxPropertyFormView::TransferToDialog}\label{wxpropertyformviewtransfertodialog}
 
-\func{Bool}{TransferToDialog}{\void}
+\func{bool}{TransferToDialog}{\void}
 
 Transfers property values to the controls in the dialog.
 
 \membersection{wxPropertyFormView::TransferToPropertySheet}\label{wxpropertyformviewtransfertopropertysheet}
 
-\func{Bool}{TransferToPropertySheet}{\void}
+\func{bool}{TransferToPropertySheet}{\void}
 
 Transfers property values from the controls in the dialog to the property sheet.
 
-