The wxPropertyListFrame class is a prepackaged frame which can be used for viewing a property list. Pass a property list view object, and the frame will pass OnClose messages to the view class for processing.
Call Initialize to create the panel and associate the view; override OnCreatePanel if you wish to use a panel class other than the default wxPropertyListPanel.
wxPropertyListFrame::wxPropertyListFrame
wxPropertyListFrame::~wxPropertyListFrame
wxPropertyListFrame::GetPropertyPanel
wxPropertyListFrame::Initialize
wxPropertyListFrame::OnCreatePanel