Methods
- G
- I
- S
Constants
| TkCommandNames | = | ['::iwidgets::disjointlistbox'.freeze].freeze |
| WidgetClassName | = | 'Disjointlistbox'.freeze |
Instance Public methods
get_lhs()
Link
Source: show
# File ext/tk/lib/tkextlib/iwidgets/disjointlistbox.rb, line 35 def get_lhs simplelist(tk_call(@path, 'getlhs')) end
get_rhs()
Link
Source: show
# File ext/tk/lib/tkextlib/iwidgets/disjointlistbox.rb, line 38 def get_rhs simplelist(tk_call(@path, 'getrhs')) end
insert_lhs(*items)
Link
Source: show
# File ext/tk/lib/tkextlib/iwidgets/disjointlistbox.rb, line 42 def insert_lhs(*items) tk_call(@path, 'insertlhs', items) self end
insert_rhs(*items)
Link
Source: show
# File ext/tk/lib/tkextlib/iwidgets/disjointlistbox.rb, line 46 def insert_rhs(*items) tk_call(@path, 'insertrhs', items) self end