]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrected ctors for wxPropertyListView and wxPropertyListPanel
authorMattia Barbon <mbarbon@cpan.org>
Tue, 26 Mar 2002 12:50:05 +0000 (12:50 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Tue, 26 Mar 2002 12:50:05 +0000 (12:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/proplisp.tex
docs/latex/wx/proplstv.tex

index 926d74912958dd98c3518333be33cfeb7f1e7699..fb8161d8a736e13698f3f507bc36d39070845526 100644 (file)
@@ -10,7 +10,8 @@ processing.
 \membersection{wxPropertyListPanel::wxPropertyListPanel}
 
 \func{void}{wxPropertyListPanel}{\param{wxPropertyListView *}{view}, \param{wxWindow *}{parent},
- \param{int}{ x=-1}, \param{int}{ y=-1}, \param{int}{ width=-1}, \param{int}{height=-1},
+ \param{const wxPoint&}{ pos = wxDefaultPosition},
+ \param{const wxSize&}{ size = wxDefaultSize},
  \param{long}{ style=0}, \param{char *}{name=``panel"}}
 
 Constructor.
index 12b95e3dfc5333f75bc05665a7d9d33bf9b21d01..9293856f790abc263db1d791d5d4d1e26d1e18a6 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.