diff --git a/interface/wx/html/htmlwin.h b/interface/wx/html/htmlwin.h index 36fd69d41c..177939fba1 100644 --- a/interface/wx/html/htmlwin.h +++ b/interface/wx/html/htmlwin.h @@ -621,6 +621,11 @@ public: */ wxPoint GetPoint() const; + /** + Returns the wxMouseEvent associated with the event. + */ + wxMouseEvent GetMouseEvent() const; + /** Call this function with @a linkclicked set to @true if the cell which has been clicked contained a link or @false otherwise (which is the default).