Class: Wx::HTML::HtmlLinkEvent
- Inherits:
-
CommandEvent
- Object
- Object
- Event
- CommandEvent
- Wx::HTML::HtmlLinkEvent
- Defined in:
- lib/wx/doc/gen/html/html_link_event.rb
Overview
This event class is used for the events generated by HtmlWindow.
Events using this class
The following event-handler methods redirect the events to member method or handler blocks for HtmlLinkEvent events. Event handler methods:
-
EvtHandler#evt_html_link_clicked(id, meth = nil, &block): User clicked on a hyperlink.
Category: Wx::HTML, Events
Instance Method Summary collapse
-
#get_link_info ⇒ Wx::HTML::HtmlLinkInfo
(also: #link_info)
Returns the HtmlLinkInfo which contains info about the cell clicked and the hyperlink it contains.
-
#initialize(id, linkinfo) ⇒ Wx::HTML::HtmlLinkEvent
constructor
The constructor is not normally used by the user code.
Methods inherited from CommandEvent
#client_data, #client_data=, #get_client_data, #get_client_object, #get_int, #get_selection, #get_string, #is_checked, #is_selection, #set_client_data, #set_client_object, #set_extra_long, #set_int, #set_string
Methods inherited from Event
#clone, #get_event_category, #get_event_object, #get_event_type, #get_id, #get_skipped, #get_timestamp, #is_command_event, #resume_propagation, #set_event_object, #set_event_type, #set_id, #set_timestamp, #should_propagate, #skip, #stop_propagation
Methods inherited from Object
#clone, #dup, #is_same_as, #un_share
Constructor Details
#initialize(id, linkinfo) ⇒ Wx::HTML::HtmlLinkEvent
The constructor is not normally used by the user code.
29 |
# File 'lib/wx/doc/gen/html/html_link_event.rb', line 29 def initialize(id, linkinfo) end |
Instance Method Details
#get_link_info ⇒ Wx::HTML::HtmlLinkInfo Also known as: link_info
Returns the Wx::HTML::HtmlLinkInfo which contains info about the cell clicked and the hyperlink it contains.
33 |
# File 'lib/wx/doc/gen/html/html_link_event.rb', line 33 def get_link_info; end |