Class: Wx::TaskBarIconEvent

Inherits:
Event show all
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

Requires:

  • USE_TASKBARICON

Instance Method Summary collapse

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.

Parameters:



83
# File 'lib/wx/doc/gen/task_bar_icon_event.rb', line 83

def initialize(evtType, tbIcon) end