Sha256: ae6dd470728f9e76678a3ed91af93c1ca1b44e1db0b9f185c6faf92271d67460
Contents?: true
Size: 515 Bytes
Versions: 19
Compression:
Stored size: 515 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 HtmlHelpWindow < Window include Typemap::ConfigBase def setup super # only allow setting config through propagation from help controller # saves us from management code spec.ignore 'wxHtmlHelpWindow::UseConfig' end end end end
Version data entries
19 entries across 19 versions & 1 rubygems