1 \section{\class{wxPropertyFormFrame
}}\label{wxpropertyformframe
}
3 The
{\bf wxPropertyFormFrame
} class is a prepackaged frame which can
4 be used for viewing a property form. Pass a property form view object, and the frame
5 will pass OnClose messages to the view class for processing.
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 wxPropertyFormPanel.
10 \membersection{wxPropertyFormFrame::wxPropertyFormFrame
}
12 \func{void
}{wxPropertyFormFrame
}{\param{wxPropertyFormView *
}{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"
}}
18 \membersection{wxPropertyFormFrame::
\destruct{wxPropertyFormFrame
}}
20 \func{void
}{\destruct{wxPropertyFormFrame
}}{\void}
24 \membersection{wxPropertyFormFrame::GetPropertyPanel
}
26 \func{wxPanel *
}{GetPropertyPanel
}{\void}
28 Returns the panel associated with the frame.
30 \membersection{wxPropertyFormFrame::Initialize
}
32 \func{Bool
}{Initialize
}{\void}
34 Must be called to create the panel and associate the view with the panel and frame.
36 \membersection{wxPropertyFormFrame::OnCreatePanel
}
38 \func{wxPanel *
}{OnCreatePanel
}{\param{wxFrame *
}{parent
},
\param{wxPropertyFormView *
}{view
}}
40 Creates a panel. Override this to create a panel type other than wxPropertyFormPanel.