// Does the transferance from the property editing area to the property itself.
// Called by the view, e.g. when closing the window.
// Does the transferance from the property editing area to the property itself.
// Called by the view, e.g. when closing the window.
const wxSize& size = wxDefaultSize,
long style = 0,
const wxString& name = _T("panel"))
const wxSize& size = wxDefaultSize,
long style = 0,
const wxString& name = _T("panel"))
- : wxPanel(parent, -1, pos, size, style, name)
+ : wxPanel(parent, wxID_ANY, pos, size, style, name)
const wxSize& size = wxDefaultSize,
long style = wxDEFAULT_FRAME_STYLE,
const wxString& name = _T("frame"))
const wxSize& size = wxDefaultSize,
long style = wxDEFAULT_FRAME_STYLE,
const wxString& name = _T("frame"))
- : wxFrame(parent, -1, title, pos, size, style, name)
+ : wxFrame(parent, wxID_ANY, title, pos, size, style, name)