]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dirctrl.h
Remove never implemented wxDateTime::IsGregorianDate().
[wxWidgets.git] / interface / wx / dirctrl.h
index 65f0592c18721581c455af9d1e937b72be2103a5..9cb3d88f5e0dd3f1f8b044bd2ac69ef193d6843a 100644 (file)
@@ -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;