]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/propview.tex
documented wxT(), _T(), _()
[wxWidgets.git] / docs / latex / wx / propview.tex
index 5fd469170f4d8cd96635322bbaed382286c6148d..ad74d1ab1a6046bb270c10dd335694203aa437df 100644 (file)
@@ -1,11 +1,15 @@
 \section{\class{wxPropertyView}}\label{wxpropertyview}
 
-\overview{wxPropertyView overview}{wxpropertyviewoverview}
-
 The {\bf wxPropertyView} abstract class is the base class for views
 of property sheets, acting as intermediaries between properties and
 actual windows.
 
+\wxheading{See also}
+
+\helpref{wxPropertyView overview}{wxpropertyviewoverview}
+
+\latexignore{\rtfignore{\wxheading{Members}}}
+
 \membersection{wxPropertyView::wxPropertyView}
 
 \func{void}{wxPropertyView}{\param{long}{ flags = wxPROP\_BUTTON\_DEFAULT}}
@@ -68,9 +72,9 @@ Virtual function that will be called when the Cancel button on the physical wind
 
 \membersection{wxPropertyView::OnClose}\label{wxpropertyviewonclose}
 
-\func{Bool}{OnClose}{\void}
+\func{bool}{OnClose}{\void}
 
-Virtual function that will be called when the physical window is closed. The default implementation returns FALSE.
+Virtual function that will be called when the physical window is closed. The default implementation returns false.
 
 \membersection{wxPropertyView::OnHelp}\label{wxpropertyviewonhelp}
 
@@ -88,10 +92,10 @@ to respond immediately to property value changes.
 
 \membersection{wxPropertyView::OnUpdateView}\label{wxpropertyviewonupdateview}
 
-\func{Bool}{OnUpdateView}{\void}
+\func{bool}{OnUpdateView}{\void}
 
 Called by the viewed object to update the view. The default implementation just returns
-FALSE.
+false.
 
 \membersection{wxPropertyView::SetPropertySheet}\label{wxpropertyviewsetpropertysheet}