Sha256: e99a94c0fc0539cbbc821ba49ed2ddba854f28e82cd75d7af627b0e4caa14355
Contents?: true
Size: 964 Bytes
Versions: 9
Compression:
Stored size: 964 Bytes
Contents
### # wxRuby3 wxWidgets interface director # Copyright (c) M.J.N. Corino, The Netherlands ### require_relative './ctrl_with_items' module WXRuby3 class Director class CheckListBox < ControlWithItems include Typemap::ArrayIntSelections def setup super setup_ctrl_with_items('wxCheckListBox') spec.override_inheritance_chain('wxCheckListBox', %w[wxListBox wxControlWithItems wxControl wxWindow wxEvtHandler wxObject]) spec.ignore('wxCheckListBox::Create(wxWindow *,wxWindowID, const wxPoint &,const wxSize &,int,const wxString[],long,const wxValidator &,const wxString &)') end end # class ListBox end # class Director end # module WXRuby3
Version data entries
9 entries across 9 versions & 1 rubygems