Sha256: d1168a652834c21a9f1c2b4bde682a5aa97e8fd41bf041ec2e100fab97b864a1
Contents?: true
Size: 1.54 KB
Versions: 10
Compression:
Stored size: 1.54 KB
Contents
# :stopdoc: # This file is automatically generated by the WXRuby3 documentation # generator. Do not alter this file. # :startdoc: module Wx # On {Wx::OSX}/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. # class TaskBarIconType < Wx::Enum # # TBI_DOCK = Wx::TaskBarIconType.new(0) # # TBI_CUSTOM_STATUSITEM = Wx::TaskBarIconType.new(1) # # TBI_DEFAULT_TYPE = Wx::TaskBarIconType.new(0) end # TaskBarIconType # # EVT_TASKBAR_MOVE = 10190 # # EVT_TASKBAR_LEFT_DOWN = 10191 # # EVT_TASKBAR_LEFT_UP = 10192 # # EVT_TASKBAR_RIGHT_DOWN = 10193 # # EVT_TASKBAR_RIGHT_UP = 10194 # # EVT_TASKBAR_LEFT_DCLICK = 10195 # # EVT_TASKBAR_RIGHT_DCLICK = 10196 # # EVT_TASKBAR_CLICK = 10194 # # EVT_TASKBAR_BALLOON_TIMEOUT = 10197 # # EVT_TASKBAR_BALLOON_CLICK = 10198 # The event class used by {Wx::TaskBarIcon}. # For a list of the event macros meant to be used with {Wx::TaskBarIconEvent}, please look at {Wx::TaskBarIcon} description. # === # # Category: {Wx::Events} # class TaskBarIconEvent < Event # Constructor. # @param evtType [Integer] # @param tbIcon [Wx::TaskBarIcon] # @return [TaskBarIconEvent] def initialize(evtType, tbIcon) end end # TaskBarIconEvent end
Version data entries
10 entries across 10 versions & 1 rubygems