]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/proplstv.tex
added missing const
[wxWidgets.git] / docs / latex / wx / proplstv.tex
index 12b95e3dfc5333f75bc05665a7d9d33bf9b21d01..a59fb2578a0e4f9d770c89a1098ab14cab907eb4 100644 (file)
@@ -10,7 +10,7 @@ The {\bf wxPropertyListView} class shows a wxPropertySheet as a Visual Basic-sty
 
 \membersection{wxPropertyListView::wxPropertyListView}
 
-\func{void}{wxPropertyListView}{\param{long}{ flags = wxPROP\_BUTTON\_DEFAULT}}
+\func{void}{wxPropertyListView}{ \param{wxPanel*} propPanel = NULL, \param{long}{ flags = wxPROP\_BUTTON\_DEFAULT}}
 
 Constructor.
 
@@ -59,7 +59,7 @@ from ShowProperty, called by OnPropertySelect, called by the listbox callback wh
 
 Finds the appropriate validator and unloads the property from the controls, by calling
 wxPropertyListView::RetrieveProperty, wxPropertyValidator::OnClearControls and (if we're in
-detailed editing mdoe) wxPropertyValidator::OnClearDetailControls.
+detailed editing mode) wxPropertyValidator::OnClearDetailControls.
 
 \membersection{wxPropertyListView::GetPanel}\label{wxpropertylistviewgetpanel}
 
@@ -105,7 +105,7 @@ Updates the display for the given changed property.
 
 \membersection{wxPropertyListView::UpdatePropertyList}\label{wxpropertylistviewupdateproplist}
 
-\func{bool}{UpdatePropertyList}{\param{bool }{clearEditArea = TRUE}}
+\func{bool}{UpdatePropertyList}{\param{bool }{clearEditArea = true}}
 
 Updates the whole property list display.