Sha256: cc9495adebaeaadc7599f30088c66f6af3f48d942f4c4bd80dde9a8a7c5e46ea
Contents?: true
Size: 1.13 KB
Versions: 3
Compression:
Stored size: 1.13 KB
Contents
# :stopdoc: # This file is automatically generated by the WXRuby3 documentation # generator. Do not alter this file. # :startdoc: module Wx::HTML # This event class is used for the events generated by {Wx::HTML::HtmlWindow}. # === Events using this class # # The following event-handler methods redirect the events to member method or handler blocks for {Wx::HTML::HtmlLinkEvent} events. # Event handler methods: # # - {Wx::EvtHandler#evt_html_link_clicked}(id, meth = nil, &block): User clicked on a hyperlink. # # === # # Category: {Wx::HTML}, {Wx::Events} # class HtmlLinkEvent < CommandEvent # The constructor is not normally used by the user code. # @param id [Integer] # @param linkinfo [Wx::HTML::HtmlLinkInfo] # @return [Wx::HTML::HtmlLinkEvent] def initialize(id, linkinfo) end # Returns the {Wx::HTML::HtmlLinkInfo} which contains info about the cell clicked and the hyperlink it contains. # @return [Wx::HTML::HtmlLinkInfo] def get_link_info; end alias_method :link_info, :get_link_info end # HtmlLinkEvent end
Version data entries
3 entries across 3 versions & 1 rubygems