X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d82b0abce2ee3fdb17712756df59208a55962de8..525b29124a9b69837c1d7973d44da21d2da28ea1:/interface/wx/filectrl.h?ds=sidebyside diff --git a/interface/wx/filectrl.h b/interface/wx/filectrl.h index 6b27cee9cb..f7dbcb719f 100644 --- a/interface/wx/filectrl.h +++ b/interface/wx/filectrl.h @@ -40,8 +40,9 @@ @event{EVT_FILECTRL_FOLDERCHANGED(id, func)} The current folder of the file control has been changed @event{EVT_FILECTRL_FILTERCHANGED(id, func)} - The current file filter of the file control has been changed. This - event is new in wxWidgets 2.9.1. + The current file filter of the file control has been changed. + @since 2.9.1. + @endEventTable @library{wxbase}