]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/proplisp.tex
Unicodification of wxDataStreams
[wxWidgets.git] / docs / latex / wx / proplisp.tex
CommitLineData
200fed6c
VS
1\section{\class{wxPropertyListPanel}}\label{wxpropertylistpanel}
2
3The {\bf wxPropertyListPanel} class is a prepackaged panel which can
4be used for viewing a property list. Pass a property list view object, and the panel
5will pass OnDefaultAction listbox messages to the view class for
6processing.
7
fa482912
JS
8\latexignore{\rtfignore{\wxheading{Members}}}
9
200fed6c
VS
10\membersection{wxPropertyListPanel::wxPropertyListPanel}
11
12\func{void}{wxPropertyListPanel}{\param{wxPropertyListView *}{view}, \param{wxWindow *}{parent},
74a787a1
MB
13 \param{const wxPoint&}{ pos = wxDefaultPosition},
14 \param{const wxSize&}{ size = wxDefaultSize},
200fed6c
VS
15 \param{long}{ style=0}, \param{char *}{name=``panel"}}
16
17Constructor.
18
19\membersection{wxPropertyListPanel::\destruct{wxPropertyListPanel}}
20
21\func{void}{\destruct{wxPropertyListPanel}}{\void}
22
23Destructor.
24