X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b9315eb77090dbef647c0ef638df43b761767aa..0dfef5a8124ac0f1bb2aed6ef5ddfa833e8e2c6e:/samples/proplist/test.cpp diff --git a/samples/proplist/test.cpp b/samples/proplist/test.cpp index 3af946119a..a63a1e0425 100644 --- a/samples/proplist/test.cpp +++ b/samples/proplist/test.cpp @@ -166,6 +166,7 @@ void MyApp::PropertyListTest(bool useDialog) wxPropertyListView *view = new wxPropertyListView(NULL, + wxPROP_BUTTON_OK | wxPROP_BUTTON_CANCEL | wxPROP_BUTTON_CHECK_CROSS|wxPROP_DYNAMIC_VALUE_FIELD|wxPROP_PULLDOWN|wxPROP_SHOWVALUES); wxDialog *propDialog = NULL;