Sha256: ea210bcb4f7176d8e67ad7ed3fc35c1cffd72667615a60d81a010935cdecf6c2
Contents?: true
Size: 677 Bytes
Versions: 12
Compression:
Stored size: 677 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 GUIEventLoop < Director def setup super spec.items << 'wxEventLoopBase' spec.gc_as_marked # untracked but never disowned in Ruby spec.disable_proxies spec.make_concrete 'wxGUIEventLoop' spec.fold_bases 'wxGUIEventLoop' => 'wxEventLoopBase' spec.ignore 'wxEventLoopBase::GetActive', 'wxEventLoopBase::SetActive' end end # class GUIEventLoop end # class Director end # module WXRuby3
Version data entries
12 entries across 12 versions & 1 rubygems