X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0dc45ad6b500f6f3e7b8f8523b5b952f217b9597..0555b2a0a3c509687e7fc5aeb160f5171b7e6311:/include/wx/listbase.h diff --git a/include/wx/listbase.h b/include/wx/listbase.h index e559493b9f..4aa0d5f046 100644 --- a/include/wx/listbase.h +++ b/include/wx/listbase.h @@ -454,6 +454,10 @@ public: bool InReportView() const { return HasFlag(wxLC_REPORT); } bool IsVirtual() const { return HasFlag(wxLC_VIRTUAL); } + // Enable or disable beep when incremental match doesn't find any item. + // Only implemented in the generic version currently. + virtual void EnableBellOnNoMatch(bool WXUNUSED(on) = true) { } + protected: // Real implementations methods to which our public forwards. virtual long DoInsertColumn(long col, const wxListItem& info) = 0;