Sha256: 16fa0681060b40e603862335680edf6605603984744fa09f74c6a50d1327bdab
Contents?: true
Size: 1016 Bytes
Versions: 4
Compression:
Stored size: 1016 Bytes
Contents
#------------------------------------------------------------------------- # This file is automatically generated by the WXRuby3 interface generator. # Do not alter this file. #------------------------------------------------------------------------- class Wx::EvtHandler # from wxHtmlCellEvent self.register_event_type EventType[ 'evt_html_cell_hover', 1, Wx::HTML::EVT_HTML_CELL_HOVER, Wx::HTML::HtmlCellEvent ] if Wx::HTML.const_defined?(:EVT_HTML_CELL_HOVER) self.register_event_type EventType[ 'evt_html_cell_clicked', 1, Wx::HTML::EVT_HTML_CELL_CLICKED, Wx::HTML::HtmlCellEvent ] if Wx::HTML.const_defined?(:EVT_HTML_CELL_CLICKED) # from wxHtmlLinkEvent self.register_event_type EventType[ 'evt_html_link_clicked', 1, Wx::HTML::EVT_HTML_LINK_CLICKED, Wx::HTML::HtmlLinkEvent ] if Wx::HTML.const_defined?(:EVT_HTML_LINK_CLICKED) # from wxHtmlWindow # from wxHtmlListBox # from wxSimpleHtmlListBox end
Version data entries
4 entries across 4 versions & 1 rubygems