Methods
- A
- C
- E
- G
- I
- N
- S
- T
- V
Included Modules
- TkListItemConfig
- Scrollable
Constants
TkCommandNames | = | ['listbox'.freeze].freeze |
WidgetClassName | = | 'Listbox'.freeze |
Instance Public methods
activate(y)
Link
curselection()
Link
get(first, last=nil)
Link
# File ext/tk/lib/tk/listbox.rb, line 52 def get(first, last=nil) if last # tk_split_simplelist(_fromUTF8(tk_send_without_enc('get', first, last))) tk_split_simplelist(tk_send_without_enc('get', first, last), false, true) else _fromUTF8(tk_send_without_enc('get', first)) end end
index(idx)
Link
nearest(y)
Link
selection_anchor(index)
Link
selection_clear(first, last=None)
Link
selection_includes(index)
Link
selection_set(first, last=None)
Link
size()
Link
tagid(id)
Link
value()
Link
value=(vals)
Link