X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/174e8f45dfd90f27812f4e6093d3a7703ba82a09..5c7b506103cfc078a821860766e31c47d595e07f:/include/wx/filepicker.h diff --git a/include/wx/filepicker.h b/include/wx/filepicker.h index 33667cd459..0f0c7cc57a 100644 --- a/include/wx/filepicker.h +++ b/include/wx/filepicker.h @@ -237,6 +237,7 @@ public: // overrides { return wxEVT_COMMAND_FILEPICKER_CHANGED; } protected: + virtual wxFileDirPickerWidgetBase *CreatePicker(wxWindow *parent, const wxString& path, const wxString& message, @@ -332,6 +333,7 @@ public: // overrides { return wxEVT_COMMAND_DIRPICKER_CHANGED; } protected: + virtual wxFileDirPickerWidgetBase *CreatePicker(wxWindow *parent, const wxString& path, const wxString& message, @@ -361,10 +363,8 @@ private: // wxFileDirPickerEvent: used by wxFilePickerCtrl and wxDirPickerCtrl only // ---------------------------------------------------------------------------- -BEGIN_DECLARE_EVENT_TYPES() - DECLARE_EXPORTED_EVENT_TYPE(WXDLLIMPEXP_CORE, wxEVT_COMMAND_FILEPICKER_CHANGED, 1102) - DECLARE_EXPORTED_EVENT_TYPE(WXDLLIMPEXP_CORE, wxEVT_COMMAND_DIRPICKER_CHANGED, 1103) -END_DECLARE_EVENT_TYPES() +extern WXDLLIMPEXP_CORE const wxEventType wxEVT_COMMAND_FILEPICKER_CHANGED; +extern WXDLLIMPEXP_CORE const wxEventType wxEVT_COMMAND_DIRPICKER_CHANGED; class WXDLLIMPEXP_CORE wxFileDirPickerEvent : public wxCommandEvent {