Sha256: 67a94be7dc5d224d6b29543824e27812c6dcf705fa78b60b28fc8fe28b794755
Contents?: true
Size: 527 Bytes
Versions: 16
Compression:
Stored size: 527 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 AboutDialogInfo < Director def setup spec.include('wx/generic/aboutdlgg.h') # overrule common typemap to allow default NULL spec.map 'wxWindow* parent' do map_check code: '' end super end end # class AboutDialogInfo end # class Director end # module WXRuby3
Version data entries
16 entries across 16 versions & 1 rubygems