Sha256: a65314ebc74edaff780dcb721a38fdb62f2ea4bb2cdfe1fe3b179c0e22e441f8
Contents?: true
Size: 390 Bytes
Versions: 19
Compression:
Stored size: 390 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 ToolTip < Director def setup spec.ignore_unless('WXMSW', 'wxToolTip::SetMaxWidth') super end end # class ToolTip end # class Director end # module WXRuby3
Version data entries
19 entries across 19 versions & 1 rubygems