Class: Wx::TaskBarIconEvent
- Defined in:
- lib/wx/doc/gen/task_bar_icon_event.rb
Overview
The event class used by TaskBarIcon.
For a list of the event macros meant to be used with TaskBarIconEvent, please look at TaskBarIcon description.
Category: Events
Instance Method Summary collapse
-
#initialize(evtType, tbIcon) ⇒ Wx::TaskBarIconEvent
constructor
Constructor.
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(evtType, tbIcon) ⇒ Wx::TaskBarIconEvent
Constructor.
83 |
# File 'lib/wx/doc/gen/task_bar_icon_event.rb', line 83 def initialize(evtType, tbIcon) end |