X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa9453d6f4afbbfd44214a9cb85373d066549209..6d0b86b7c792e9631f0b94365a6392abc25b4bfd:/interface/wx/dirctrl.h diff --git a/interface/wx/dirctrl.h b/interface/wx/dirctrl.h index e650643106..2583497d9c 100644 --- a/interface/wx/dirctrl.h +++ b/interface/wx/dirctrl.h @@ -53,7 +53,7 @@ enum @appearance{genericdirctrl} @event{EVT_DIRCTRL_CHANGED(id, func)} Selected directory has changed. - Processes a @c wxEVT_COMMAND_DIRCTRL_CHANGED event type. + Processes a @c wxEVT_DIRCTRL_CHANGED event type. Notice that this event is generated even for the changes done by the program itself and not only those done by the user. @since 2.9.5 @@ -277,3 +277,5 @@ public: //// Operations void FillFilterList(const wxString& filter, int defaultFilter); }; + +wxEventType wxEVT_DIRCTRL_CHANGED;