### # 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