Sha256: 20d6c954f0986898469c33f82998a262d247e0eeb644081f523de9c74de3ebb9
Contents?: true
Size: 653 Bytes
Versions: 6
Compression:
Stored size: 653 Bytes
Contents
### # wxRuby3 wxWidgets interface director # Copyright (c) M.J.N. Corino, The Netherlands ### module WXRuby3 class Director class Palette < Director def setup super spec.disable_proxies if Config.instance.wx_port == :wxQT # mismatched implementation which does nothing anyway spec.ignore 'wxPalette::wxPalette(int, const unsigned char *, const unsigned char *, const unsigned char *)' spec.ignore 'wxPalette::Create(int, const unsigned char *, const unsigned char *, const unsigned char *)' end end end # class Palette end # class Director end # module WXRuby3
Version data entries
6 entries across 6 versions & 1 rubygems