Sha256: 9a442086ce36789c52efa40301b03e791a7b9fdfbdd5fc28cc405c6f32585879
Contents?: true
Size: 929 Bytes
Versions: 6
Compression:
Stored size: 929 Bytes
Contents
### # wxRuby3 wxWidgets interface director # Copyright (c) M.J.N. Corino, The Netherlands ### module WXRuby3 class Director class PropertyGridPageState < Director def setup super spec.items << 'wxPropertyGridHitTestResult' spec.gc_never 'wxPropertyGridPageState' spec.gc_as_temporary 'wxPropertyGridHitTestResult' spec.make_abstract 'wxPropertyGridPageState' spec.disable_proxies spec.ignore 'wxPropertyGridPageState::DoDelete', 'wxPropertyGridPageState::DoInsert' if Config.instance.wx_version >= '3.3.0' spec.ignore 'wxPropertyGridPageState::DoSetSplitter' else spec.ignore 'wxPropertyGridPageState::DoSetSplitterPosition' end spec.do_not_generate :variables, :enums, :defines, :functions end end # class PropertyGridPageState end # class Director end # module WXRuby3
Version data entries
6 entries across 6 versions & 1 rubygems