Searched +refs:ListBox +refs:item (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dlistbox.rb12 class ListBox < TkWindow class in class:Tk.BWidget
22 class Tk::BWidget::ListBox
26 TkCommandNames = ['ListBox'.freeze].freeze
27 WidgetClassName = 'ListBox'.freeze
33 TkComm.method(:string) # item idenfier
44 if tag.kind_of?(Tk::BWidget::ListBox::Item)
139 def edit(item, text, *args)
140 tk_send('edit', tagid(item), text, *args)
144 def exist?(item)
145 bool(tk_send('exists', tagid(item)))
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dlistbox.tcl7 # - ListBox::create
8 # - ListBox::configure
9 # - ListBox::cget
10 # - ListBox::insert
11 # - ListBox::itemconfigure
12 # - ListBox::itemcget
13 # - ListBox::bindText
14 # - ListBox::bindImage
15 # - ListBox::delete
16 # - ListBox
[all...]
H A Dthemeutils.tcl565 ComboBox ListBox MainFrame ScrollableFrame Tree
578 foreach item $cargs {
579 if { [string compare [lindex $item 0] "-style"] != 0 } {
/macosx-10.9.5/vim-53/runtime/syntax/
H A Drexx.vim164 syn keyword rexxBuiltinClass .EditControl .InputBox .IntegerBox .ListBox .ListChoice
222 " For version 5.8 and later: only when an item doesn't have highlighting yet

Completed in 104 milliseconds