46
46
const long k_id_notebook = ::wxNewId();
49
49
EVT_BUTTON(wxID_OK, DlgProperties::OnAccept)
50
50
EVT_BUTTON(wxID_CANCEL, DlgProperties::OnCancel)
51
51
EVT_NOTEBOOK_PAGE_CHANGED(k_id_notebook, DlgProperties::OnPageChanged)
54
54
//---------------------------------------------------------------------------------------
55
55
DlgProperties::DlgProperties(wxWindow* pParent, ApplicationScope& appScope,