\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}}
\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.
\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.