Sha256: 52b2af92eff9a59cfb96d7f8b46a1a8bdf7059f7264210089c336db20c2f7967
Contents?: true
Size: 589 Bytes
Versions: 4
Compression:
Stored size: 589 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_untracked 'wxFileDialogCustomizeHook' spec.gc_never 'wxFileDialogCustomize' spec.make_abstract 'wxFileDialogCustomize' end end # class FileDialogCustomizeHook end # class Director end # module WXRuby3
Version data entries
4 entries across 4 versions & 1 rubygems