Sha256: adad8fb2ff93c6c4276537ca8783d48aa24f91d46d151aebd0664bae2fdb092b
Contents?: true
Size: 456 Bytes
Versions: 21
Compression:
Stored size: 456 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 InfoBar < Window def setup super # no need to wrap this here as we do not proxy this spec.ignore 'wxInfoBar::SetFont' end end # class InfoBar end # class Director end # module WXRuby3
Version data entries
21 entries across 21 versions & 1 rubygems