Sha256: 6602f5e20193e500589dc2292649c71d1c45bcb071ba409b242a554272c5c479
Contents?: true
Size: 626 Bytes
Versions: 10
Compression:
Stored size: 626 Bytes
Contents
# Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. ### # wxRuby3 wxWidgets interface director ### require_relative './window' module WXRuby3 class Director class FileDialogCustomizeHook < Director def setup super spec.items << 'wxFileDialogCustomize' spec.gc_as_marked 'wxFileDialogCustomizeHook' # not tracked but cached in Ruby spec.gc_as_untracked 'wxFileDialogCustomize' spec.make_abstract 'wxFileDialogCustomize' end end # class FileDialogCustomizeHook end # class Director end # module WXRuby3
Version data entries
10 entries across 10 versions & 1 rubygems