]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/proplisp.tex
Some docs updated
[wxWidgets.git] / docs / latex / wx / proplisp.tex
1 \section{\class{wxPropertyListPanel}}\label{wxpropertylistpanel}
2
3 The {\bf wxPropertyListPanel} class is a prepackaged panel which can
4 be used for viewing a property list. Pass a property list view object, and the panel
5 will pass OnDefaultAction listbox messages to the view class for
6 processing.
7
8 \membersection{wxPropertyListPanel::wxPropertyListPanel}
9
10 \func{void}{wxPropertyListPanel}{\param{wxPropertyListView *}{view}, \param{wxWindow *}{parent},
11 \param{int}{ x=-1}, \param{int}{ y=-1}, \param{int}{ width=-1}, \param{int}{height=-1},
12 \param{long}{ style=0}, \param{char *}{name=``panel"}}
13
14 Constructor.
15
16 \membersection{wxPropertyListPanel::\destruct{wxPropertyListPanel}}
17
18 \func{void}{\destruct{wxPropertyListPanel}}{\void}
19
20 Destructor.
21
22
23
24