Sha256: 7fafe812c4eaa2db43a4f0628a01828c123e3dff5e142ff6b04f1cbc549a5d32
Contents?: true
Size: 1023 Bytes
Versions: 16
Compression:
Stored size: 1023 Bytes
Contents
# Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. ### # wxRuby3 wxWidgets interface director ### 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
16 entries across 16 versions & 1 rubygems