Sha256: 67af41cd844d27f4c860ac2a69d77a88edd451518ff3c09b806aa4ec08b16586
Contents?: true
Size: 468 Bytes
Versions: 9
Compression:
Stored size: 468 Bytes
Contents
### # wxRuby3 wxWidgets interface director # Copyright (c) M.J.N. Corino, The Netherlands ### 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
9 entries across 9 versions & 1 rubygems