X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40c7c7f4732b4bb234a222d0a7b4bfdc67a26f7e..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/dirctrl.h diff --git a/interface/wx/dirctrl.h b/interface/wx/dirctrl.h index 65f0592c18..9cb3d88f5e 100644 --- a/interface/wx/dirctrl.h +++ b/interface/wx/dirctrl.h @@ -2,7 +2,6 @@ // Name: dirctrl.h // Purpose: interface of wxGenericDirCtrl // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -57,6 +56,9 @@ enum 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 + @event{EVT_DIRCTRL_FILEACTIVATED(id, func)} + The user activated a file by double-clicking or pressing Enter. + @since 2.9.5 */ class wxGenericDirCtrl : public wxControl { @@ -279,3 +281,4 @@ public: }; wxEventType wxEVT_DIRCTRL_SELECTIONCHANGED; +wxEventType wxEVT_DIRCTRL_FILEACTIVATED;