X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0a03dc7a13b8654be11e20b7361ed2d692e7cbca..9a6fda2288944cf3a8fc9ba1d33746b903daff60:/interface/wx/listbox.h diff --git a/interface/wx/listbox.h b/interface/wx/listbox.h index ea702f2381..363f624711 100644 --- a/interface/wx/listbox.h +++ b/interface/wx/listbox.h @@ -171,7 +171,6 @@ public: */ virtual int GetSelections(wxArrayInt& selections) const; - //@{ /** Returns the item located at @a point, or @c wxNOT_FOUND if there is no item located at @a point. @@ -187,8 +186,11 @@ public: @since 2.7.0 */ int HitTest(const wxPoint& point) const; + + /** + @overload + */ int HitTest(int x, int y) const; - //@} /** Insert the given number of strings before the specified position.