Document wxHtmlCellEvent::GetMouseEvent()

Closes https://github.com/wxWidgets/wxWidgets/pull/1195
This commit is contained in:
Scott Talbert
2019-01-28 20:46:42 -05:00
committed by Vadim Zeitlin
parent 3cb395a5a5
commit aa22547b28

View File

@@ -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).