Document wxHtmlCellEvent::GetMouseEvent()
Closes https://github.com/wxWidgets/wxWidgets/pull/1195
This commit is contained in:
parent
3cb395a5a5
commit
aa22547b28
1 changed files with 5 additions and 0 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue