Contents Up Previous Next

wxPropertyListDialog: wxDialogBox

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

wxPropertyListDialog::wxPropertyListDialog
wxPropertyListDialog::~wxPropertyListDialog


wxPropertyListDialog::wxPropertyListDialog

void wxPropertyListDialog(wxPropertyListView *view, wxWindow *parent, char *title, Bool modal=FALSE, int x=-1, int y=-1, int width=-1, intheight=-1, long style=wxDEFAULT_DIALOG_STYLE, char *name="dialogBox")

Constructor.


wxPropertyListDialog::~wxPropertyListDialog

void ~wxPropertyListDialog(void)

Destructor.