Version: 2.9.4
Public Member Functions
wxHtmlLinkEvent Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/html/htmlwin.h>

Inheritance diagram for wxHtmlLinkEvent:

Detailed Description

This event class is used for the events generated by wxHtmlWindow.

Events using this class

The following event handler macros redirect the events to member function handlers 'func' with prototypes like:

void handlerFuncName(wxHtmlLinkEvent& event)

Event macros:

Library:  wxHTML
Category:  HTML

Public Member Functions

 wxHtmlLinkEvent (int id, const wxHtmlLinkInfo &linkinfo)
 The constructor is not normally used by the user code.
const wxHtmlLinkInfoGetLinkInfo () const
 Returns the wxHtmlLinkInfo which contains info about the cell clicked and the hyperlink it contains.

List of all members.


Constructor & Destructor Documentation

wxHtmlLinkEvent::wxHtmlLinkEvent ( int  id,
const wxHtmlLinkInfo linkinfo 
)

The constructor is not normally used by the user code.


Member Function Documentation

const wxHtmlLinkInfo& wxHtmlLinkEvent::GetLinkInfo ( ) const

Returns the wxHtmlLinkInfo which contains info about the cell clicked and the hyperlink it contains.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines