21 #ifndef __ANTARES_WINDOWS_INSPECTOR_EDITOR_STUDY_CALENDAR_H__
22 #define __ANTARES_WINDOWS_INSPECTOR_EDITOR_STUDY_CALENDAR_H__
25 #include <wx/propgrid/propgrid.h>
26 #include <wx/propgrid/advprops.h>
27 #include <wx/propgrid/manager.h>
28 #include <wx/propgrid/editors.h>
30 namespace Antares::Window::Inspector
40 virtual wxPGWindowList CreateControls(wxPropertyGrid* propgrid,
41 wxPGProperty* property,
43 const wxSize& size)
const;
45 virtual wxString GetName()
const;
47 virtual bool OnEvent(wxPropertyGrid* grid,
48 wxPGProperty* property,
50 wxEvent& event)
const;
Definition: editor-calendar.h:33