Sha256: 993699e2b38e0d3e55f56d57aa194a154c1a612419b31b533d0a370d3099b444
Contents?: true
Size: 525 Bytes
Versions: 6
Compression:
Stored size: 525 Bytes
Contents
### # wxRuby3 wxWidgets interface director # Copyright (c) M.J.N. Corino, The Netherlands ### module WXRuby3 class Director class PGValidationInfo < Director def setup super spec.items << 'propgrid/propgrid.h' spec.gc_as_temporary 'wxPGValidationInfo' if Config.instance.wx_version < '3.3.0' spec.ignore 'wxPGVFBFlags' # not a constant but a rather a clumsy typedef end end end # class PGValidationInfo end # class Director end # module WXRuby3
Version data entries
6 entries across 6 versions & 1 rubygems