Sha256: a45dbc95889ac5e9f6ad503824020fea67b70554acfcb1cd9673d7dc51d4d8ab
Contents?: true
Size: 460 Bytes
Versions: 14
Compression:
Stored size: 460 Bytes
Contents
# Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. module Wx if Wx::PLATFORM == 'WXMSW' class TaskBarButton wx_remove_thumb_bar_button = instance_method :remove_thumb_bar_button define_method :remove_thumb_bar_button do |button| button = button.get_id if button.is_a?(Wx::ThumbBarButton) wx_remove_thumb_bar_button.bind(self).call(button) end end end end
Version data entries
14 entries across 14 versions & 1 rubygems