]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dirctrl.h
avoid infinite recursion for richtooltops, (hopefully) fixes #15070
[wxWidgets.git] / interface / wx / dirctrl.h
index 9fe8b21fff3d8f6d3896b967686eb4d53781dc78..37c96d45a058be783324ec76799033d5c9eabb34 100644 (file)
@@ -46,7 +46,13 @@ enum
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{genericdirctrl.png}
+    @appearance{genericdirctrl}
+    @event{EVT_DIRCTRL_CHANGED(id, func)}
+          Selected directory has changed.
+          Processes a @c wxEVT_COMMAND_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
 */
 class wxGenericDirCtrl : public wxControl
 {