]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/proplstv.tex
Cleaned up SetMenuStrings, factoring out redo and undo label accessors at the same...
[wxWidgets.git] / docs / latex / wx / proplstv.tex
index 12b95e3dfc5333f75bc05665a7d9d33bf9b21d01..9f978de448382d5375d7b40aa40e85ba2ec22736 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}