1 \section{\class{wxPropertyListFrame
}}\label{wxpropertylistframe
}
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.
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.
10 \latexignore{\rtfignore{\wxheading{Members
}}}
12 \membersection{wxPropertyListFrame::wxPropertyListFrame
}
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"
}}
20 \membersection{wxPropertyListFrame::
\destruct{wxPropertyListFrame
}}
22 \func{void
}{\destruct{wxPropertyListFrame
}}{\void}
26 \membersection{wxPropertyListFrame::GetPropertyPanel
}
28 \func{wxPanel *
}{GetPropertyPanel
}{\void}
30 Returns the panel associated with the frame.
32 \membersection{wxPropertyListFrame::Initialize
}
34 \func{bool
}{Initialize
}{\void}
36 Must be called to create the panel and associate the view with the panel and frame.
38 \membersection{wxPropertyListFrame::OnCreatePanel
}
40 \func{wxPanel *
}{OnCreatePanel
}{\param{wxFrame *
}{parent
},
\param{wxPropertyListView *
}{view
}}
42 Creates a panel. Override this to create a panel type other than wxPropertyListPanel.