]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/propforf.tex
1. added wxTE_AUTO_URL style and support for it under Win32 (and brief
[wxWidgets.git] / docs / latex / wx / propforf.tex
CommitLineData
200fed6c
VS
1\section{\class{wxPropertyFormFrame}}\label{wxpropertyformframe}
2
3The {\bf wxPropertyFormFrame} class is a prepackaged frame which can
4be used for viewing a property form. Pass a property form 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 wxPropertyFormPanel.
9
fa482912
JS
10\latexignore{\rtfignore{\wxheading{Members}}}
11
200fed6c
VS
12\membersection{wxPropertyFormFrame::wxPropertyFormFrame}
13
14\func{void}{wxPropertyFormFrame}{\param{wxPropertyFormView *}{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{wxPropertyFormFrame::\destruct{wxPropertyFormFrame}}
21
22\func{void}{\destruct{wxPropertyFormFrame}}{\void}
23
24Destructor.
25
26\membersection{wxPropertyFormFrame::GetPropertyPanel}
27
28\func{wxPanel *}{GetPropertyPanel}{\void}
29
30Returns the panel associated with the frame.
31
32\membersection{wxPropertyFormFrame::Initialize}
33
fa482912 34\func{bool}{Initialize}{\void}
200fed6c
VS
35
36Must be called to create the panel and associate the view with the panel and frame.
37
38\membersection{wxPropertyFormFrame::OnCreatePanel}
39
40\func{wxPanel *}{OnCreatePanel}{\param{wxFrame *}{parent}, \param{wxPropertyFormView *}{view}}
41
42Creates a panel. Override this to create a panel type other than wxPropertyFormPanel.
43