From aa22547b2808fa70cb51c70dce16822b814e2018 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Mon, 28 Jan 2019 20:46:42 -0500 Subject: [PATCH] Document wxHtmlCellEvent::GetMouseEvent() Closes https://github.com/wxWidgets/wxWidgets/pull/1195 --- interface/wx/html/htmlwin.h | 5 +++++ 1 file changed, 5 insertions(+) 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).