Contents Up Previous Next

wxPropertyListPanel

The wxPropertyListPanel class is a prepackaged panel which can be used for viewing a property list. Pass a property list view object, and the panel will pass OnDefaultAction listbox messages to the view class for processing.

Members

wxPropertyListPanel::wxPropertyListPanel
wxPropertyListPanel::~wxPropertyListPanel


wxPropertyListPanel::wxPropertyListPanel

void wxPropertyListPanel(wxPropertyListView *view, wxWindow *parent, int x=-1, int y=-1, int width=-1, intheight=-1, long style=0, char *name="panel")

Constructor.


wxPropertyListPanel::~wxPropertyListPanel

void ~wxPropertyListPanel()

Destructor.