]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/listbox.h
Re-add support for multiple text validator styles but
[wxWidgets.git] / interface / wx / listbox.h
index 275ec8d903945e99ff8005b0073a78408019df97..363f62471137c0a05e502802589f0ba469cae143 100644 (file)
@@ -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.