Sha256: 6a47bc3365325c55f2c03d0ec42e00c3a4e978362718c7d791b0168c0bef2c14
Contents?: true
Size: 926 Bytes
Versions: 19
Compression:
Stored size: 926 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 RearrangeList < ControlWithItems include Typemap::ArrayIntSelections def setup super setup_ctrl_with_items('wxRearrangeList') spec.override_inheritance_chain('wxRearrangeList', %w[wxCheckListBox wxListBox wxControlWithItems wxControl wxWindow wxEvtHandler wxObject]) end end # class RearrangeList end # class Director end # module WXRuby3
Version data entries
19 entries across 19 versions & 1 rubygems