]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/filepicker.h
w*h interface revisions
[wxWidgets.git] / interface / wx / filepicker.h
index 9d57338383417ae7a818a05bb4c769ecd2f0505c..6fdd64aa5c2f6b6b916e6cedfe6a9c51b67d48ee 100644 (file)
@@ -262,6 +262,13 @@ public:
     This event class is used for the events generated by
     wxFilePickerCtrl and by wxDirPickerCtrl.
 
     This event class is used for the events generated by
     wxFilePickerCtrl and by wxDirPickerCtrl.
 
+    @beginEventTable{wxFileDirPickerEvent}
+    @event{EVT_FILEPICKER_CHANGED(id, func)}
+        Generated whenever the selected file changes.
+    @event{EVT_DIRPICKER_CHANGED(id, func)}
+        Generated whenever the selected directory changes.
+    @endEventTable
+
     @library{wxcore}
     @category{events}
 
     @library{wxcore}
     @category{events}