I am doing some thing like this
Code: Select all
wxPropertyGrid *pg = ...;
wxPGId item = pg->Append(wxIntProperty("Height",400);
pg->SetPropertyEditor(item, wxPGEditor_TextCtrlAndButton);
Any help will be appreciated.
Regards
Code: Select all
wxPropertyGrid *pg = ...;
wxPGId item = pg->Append(wxIntProperty("Height",400);
pg->SetPropertyEditor(item, wxPGEditor_TextCtrlAndButton);