Document wxHtmlCellEvent::GetMouseEvent()
Closes https://github.com/wxWidgets/wxWidgets/pull/1195
This commit is contained in:
committed by
Vadim Zeitlin
parent
3cb395a5a5
commit
aa22547b28
@@ -621,6 +621,11 @@ public:
|
|||||||
*/
|
*/
|
||||||
wxPoint GetPoint() const;
|
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
|
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).
|
been clicked contained a link or @false otherwise (which is the default).
|
||||||
|
Reference in New Issue
Block a user