Sha256: fb0f9ec955ec4dd3680ba188f107094a621890ab39eda8b3331ad3d59e5c601c
Contents?: true
Size: 603 Bytes
Versions: 3
Compression:
Stored size: 603 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 spec.ignore 'wxGenericAboutBox' # wrapped with wxGenericAboutDialog end end # class AboutDialogInfo end # class Director end # module WXRuby3
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-1.4.2 | rakelib/lib/director/about_dialog_info.rb |
wxruby3-1.4.1 | rakelib/lib/director/about_dialog_info.rb |
wxruby3-1.4.0 | rakelib/lib/director/about_dialog_info.rb |