X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6adaedf0fc6607ee5bb4e86358396e5e07c6649f..8366ae934aab9f835747b0c2e456231e8795fe78:/include/wx/motif/listbox.h diff --git a/include/wx/motif/listbox.h b/include/wx/motif/listbox.h index 6f352ec728..70715fd948 100644 --- a/include/wx/motif/listbox.h +++ b/include/wx/motif/listbox.h @@ -26,7 +26,7 @@ class WXDLLEXPORT wxArrayInt; WXDLLEXPORT_DATA(extern const char*) wxEmptyString; // List box item -class WXDLLEXPORT wxListBox: public wxControlWithItems +class WXDLLEXPORT wxListBox: public wxListBoxBase { DECLARE_DYNAMIC_CLASS(wxListBox) @@ -87,7 +87,7 @@ public: // For single or multiple choice list item virtual int GetSelections(wxArrayInt& aSelections) const; - virtual bool Selected(int n) const ; + virtual bool IsSelected(int n) const ; virtual wxString GetString(int n) const ; // Set the specified item at the first visible item