Sha256: ca3273792ff6f8d66c4487d2d7060ebb5974f6b22b956198aeaa202826047bcf
Contents?: true
Size: 525 Bytes
Versions: 3
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_untracked '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
3 entries across 3 versions & 1 rubygems