![]() ![]() ![]() ![]() wxHtmlCellEventThis event class is used for the events generated by wxHtmlWindow. Derived from
wxCommandEvent Include files <wx/html/htmlwin.h> Event handling To process input from a wxHtmlCellEvent, use one of these event handler macros to direct input to member function that take a wxHtmlCellEvent argument:
Members
wxHtmlCellEvent::wxHtmlCellEvent
wxHtmlCellEvent::wxHtmlCellEventwxHtmlCellEvent(wxEventType commandType, int id, wxHtmlCell * cell, const wxPoint & point) The constructor is not normally used by the user code.
wxHtmlCellEvent::GetCellwxHtmlCell * GetCell() const Returns the wxHtmlCellEvent associated with the event.
wxHtmlCellEvent::GetPointwxPoint GetPoint() const Returns the wxPoint associated with the event.
wxHtmlCellEvent::SetLinkClickedbool SetLinkClicked(bool linkclicked) Call this function with linkclicked set to true if the cell which has been clicked contained a link or false otherwise (which is the default). With this function the event handler can return info to the wxHtmlWindow which sent the event.
wxHtmlCellEvent::GetLinkClickedbool GetLinkClicked() const Returns true if SetLinkClicked(true) has previously been called; false otherwise.
|