X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c63312c472c83be6d3b935f0ceeef484a7d611ce..3b49331b7441e091fc5997b830801d76a1243f28:/include/wx/choice.h diff --git a/include/wx/choice.h b/include/wx/choice.h index 16017f87ec..164aac07a5 100644 --- a/include/wx/choice.h +++ b/include/wx/choice.h @@ -55,6 +55,9 @@ public: // emulate selecting the item event.GetInt() void Command(wxCommandEvent& event); + // override wxItemContainer::IsSorted + virtual bool IsSorted() const { return HasFlag(wxCB_SORT); } + private: DECLARE_NO_COPY_CLASS(wxChoiceBase) };