Sha256: 3ca9f33fbf621766731b819dd06a492c9913124724690b6b9f84aaf9a8220a2d
Contents?: true
Size: 415 Bytes
Versions: 9
Compression:
Stored size: 415 Bytes
Contents
### # wxRuby3 wxWidgets interface director # Copyright (c) M.J.N. Corino, The Netherlands ### module WXRuby3 class Director class DragImage < Director def setup spec.set_only_for('__WXUNIVERSAL__', 'wxDragImage::DoDrawImage', 'wxDragImage::GetImageRect', 'wxDragImage::UpdateBackingFromWindow') super end end # class DragImage end # class Director end # module WXRuby3
Version data entries
9 entries across 9 versions & 1 rubygems