X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/200fed6cdf9560246565124e94846c3f2bddf2a4..e72403492b3e78f8114d89baae6f81ea24c74647:/docs/latex/wx/propview.tex diff --git a/docs/latex/wx/propview.tex b/docs/latex/wx/propview.tex index 5fd469170f..4d21ae041d 100644 --- a/docs/latex/wx/propview.tex +++ b/docs/latex/wx/propview.tex @@ -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,7 +72,7 @@ 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. @@ -88,7 +92,7 @@ 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.