X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57bf907d8e45ced18486d74c04f41c06034b7e65..fcd209b6a20b41e7ddf9acf837311ac6779ea41f:/interface/wx/listbox.h diff --git a/interface/wx/listbox.h b/interface/wx/listbox.h index 275ec8d903..363f624711 100644 --- a/interface/wx/listbox.h +++ b/interface/wx/listbox.h @@ -187,6 +187,11 @@ public: */ int HitTest(const wxPoint& point) const; + /** + @overload + */ + int HitTest(int x, int y) const; + /** Insert the given number of strings before the specified position.