]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/latex/wx/proplisf.tex
added new text event macros description
[wxWidgets.git] / docs / latex / wx / proplisf.tex
... / ...
CommitLineData
1\section{\class{wxPropertyListFrame}}\label{wxpropertylistframe}
2
3The {\bf wxPropertyListFrame} class is a prepackaged frame which can
4be used for viewing a property list. Pass a property list view object, and the frame
5will pass OnClose messages to the view class for processing.
6
7Call Initialize to create the panel and associate the view; override OnCreatePanel
8if you wish to use a panel class other than the default wxPropertyListPanel.
9
10\latexignore{\rtfignore{\wxheading{Members}}}
11
12\membersection{wxPropertyListFrame::wxPropertyListFrame}
13
14\func{void}{wxPropertyListFrame}{\param{wxPropertyListView *}{view}, \param{wxFrame *}{parent}, \param{char *}{title},
15 \param{int}{ x=-1}, \param{int}{ y=-1}, \param{int}{ width=-1}, \param{int}{height=-1},
16 \param{long}{ style=wxSDI $\|$ wxDEFAULT\_FRAME}, \param{char *}{name=``frame"}}
17
18Constructor.
19
20\membersection{wxPropertyListFrame::\destruct{wxPropertyListFrame}}
21
22\func{void}{\destruct{wxPropertyListFrame}}{\void}
23
24Destructor.
25
26\membersection{wxPropertyListFrame::GetPropertyPanel}
27
28\func{wxPanel *}{GetPropertyPanel}{\void}
29
30Returns the panel associated with the frame.
31
32\membersection{wxPropertyListFrame::Initialize}
33
34\func{bool}{Initialize}{\void}
35
36Must be called to create the panel and associate the view with the panel and frame.
37
38\membersection{wxPropertyListFrame::OnCreatePanel}
39
40\func{wxPanel *}{OnCreatePanel}{\param{wxFrame *}{parent}, \param{wxPropertyListView *}{view}}
41
42Creates a panel. Override this to create a panel type other than wxPropertyListPanel.
43