Sha256: f4cd23ed4967aa8076a98859dff1615bbcc02dcbb32617971a228189da00c3b7
Contents?: true
Size: 567 Bytes
Versions: 14
Compression:
Stored size: 567 Bytes
Contents
# Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. ### # wxRuby3 wxWidgets interface director ### module WXRuby3 class Director class DragImage < Director include Typemap::TreeItemId def setup # If wxRuby ever supports WXUNIVERSAL this should change to #ignore_unless spec.ignore('wxDragImage::DoDrawImage', 'wxDragImage::GetImageRect', 'wxDragImage::UpdateBackingFromWindow') super end end # class DragImage end # class Director end # module WXRuby3
Version data entries
14 entries across 14 versions & 1 rubygems