X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..95b4a59e67af301bb6ff061055ac5a9a09b96d6c:/interface/wx/listbox.h diff --git a/interface/wx/listbox.h b/interface/wx/listbox.h index 79c290b46c..55bd53553d 100644 --- a/interface/wx/listbox.h +++ b/interface/wx/listbox.h @@ -55,7 +55,7 @@ @category{ctrl} - @see wxChoice, wxComboBox, wxListCtrl, wxCommandEvent + @see wxEditableListBox, wxChoice, wxComboBox, wxListCtrl, wxCommandEvent */ class wxListBox : public wxControlWithItems { @@ -103,7 +103,7 @@ public: /** Destructor, destroying the list box. */ - ~wxListBox(); + virtual ~wxListBox(); //@{ /** @@ -151,7 +151,7 @@ public: @see wxControlWithItems::GetSelection, wxControlWithItems::GetStringSelection, wxControlWithItems::SetSelection */ - int GetSelections(wxArrayInt& selections) const; + virtual int GetSelections(wxArrayInt& selections) const; /** Returns the item located at @e point, or @c wxNOT_FOUND if there @@ -203,7 +203,7 @@ public: @return @true if the given item is selected, @false otherwise. */ - bool IsSelected(int n) const; + virtual bool IsSelected(int n) const; /** Clears the list box and adds the given strings to it.