Class: Wx::TaskBarIconType

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/task_bar_icon_event.rb

Overview

On WXOSX/Cocoa the taskbar icon can be in the doc or in the status area.

This enumeration can be used to select which will be instantiated.

Requires:

  • USE_TASKBARICON

Constant Summary collapse

TBI_DOCK =
Wx::TaskBarIconType.new(0)
TBI_CUSTOM_STATUSITEM =
Wx::TaskBarIconType.new(1)
TBI_DEFAULT_TYPE =
Wx::TaskBarIconType.new(0)

Method Summary

Methods inherited from Enum

#!, #&, #<=>, [], #allbits?, #anybits?, #coerce, enumerators, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, non_distinct, #real?, set_non_distinct, #succ, #to_int, #to_s, #|, #~

Constructor Details

This class inherits a constructor from Wx::Enum

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Wx::Enum