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