]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/propview.tex
1. reset default item in ~wxWindow (better to be safe)
[wxWidgets.git] / docs / latex / wx / propview.tex
index 5fd469170f4d8cd96635322bbaed382286c6148d..4d21ae041d6c1fdd9d87d7991f2722319f3b5499 100644 (file)
@@ -1,11 +1,15 @@
 \section{\class{wxPropertyView}}\label{wxpropertyview}
 
 \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.
 
 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::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}
 
 
 \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.
 
@@ -88,7 +92,7 @@ to respond immediately to property value changes.
 
 \membersection{wxPropertyView::OnUpdateView}\label{wxpropertyviewonupdateview}
 
 
 \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.
 
 Called by the viewed object to update the view. The default implementation just returns
 FALSE.