X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5f12fb35f6d76cde0021f488efe3f7955bb03ba6..574be073c070a9bbe81ad68e98187b0b9e82c2df:/interface/wx/filectrl.h?ds=sidebyside diff --git a/interface/wx/filectrl.h b/interface/wx/filectrl.h index 8da2119035..56be6351e8 100644 --- a/interface/wx/filectrl.h +++ b/interface/wx/filectrl.h @@ -30,7 +30,7 @@ Hides the "Show Hidden Files" checkbox (Generic only) @endStyleTable - @beginEventTable{wxFileCtrlEvent} + @beginEventEmissionTable{wxFileCtrlEvent} @event{EVT_FILECTRL_FILEACTIVATED(id, func)} The user activated a file(by double-clicking or pressing Enter) @event{EVT_FILECTRL_SELECTIONCHANGED(id, func)} @@ -40,14 +40,14 @@ @endEventTable @library{wxbase} - @category{miscwnd} + @category{ctrl} @appearance{filectrl.png} @nativeimpl{wxgtk} @see wxGenericDirCtrl */ -class wxFileCtrl : public wxWindow +class wxFileCtrl : public wxControl { public: wxFileCtrl();