]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/propforp.tex
Updated some scripts
[wxWidgets.git] / docs / latex / wx / propforp.tex
CommitLineData
200fed6c
VS
1\section{\class{wxPropertyFormPanel}}\label{wxpropertyformpanel}
2
3The {\bf wxPropertyFormPanel} class is a prepackaged panel which can
4be used for viewing a property form. Pass a property form 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{wxPropertyFormPanel::wxPropertyFormPanel}
11
12\func{void}{wxPropertyFormPanel}{\param{wxPropertyFormView *}{view}, \param{wxWindow *}{parent},
13 \param{int}{ x=-1}, \param{int}{ y=-1}, \param{int}{ width=-1}, \param{int}{height=-1},
14 \param{long}{ style=0}, \param{char *}{name=``panel"}}
15
16Constructor.
17
18\membersection{wxPropertyFormPanel::\destruct{wxPropertyFormPanel}}
19
20\func{void}{\destruct{wxPropertyFormPanel}}{\void}
21
22Destructor.
23