Sha256: cda9c2ce548034ff312a692ccfe24364392258643eafd95050b1cd05e5c403f0
Contents?: true
Size: 360 Bytes
Versions: 9
Compression:
Stored size: 360 Bytes
Contents
### # wxRuby3 wxWidgets interface director # Copyright (c) M.J.N. Corino, The Netherlands ### require_relative './window' module WXRuby3 class Director class Control < Window def setup super spec.ignore 'wxControl::GetLabelText(const wxString &)' end end # class Control end # class Director end # module WXRuby3
Version data entries
9 entries across 9 versions & 1 rubygems