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