Searched +refs:ListBox +refs:insert (Results 1 - 5 of 5) 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
44 if tag.kind_of?(Tk::BWidget::ListBox::Item)
152 def insert(idx, item, keys={}) method in class:Tk
153 tk_send('insert', idx, tagid(item), *hash_kv(keys))
205 Tk::BWidget::ListBox::Item.id2obj(self, item)
210 class Tk::BWidget::ListBox::Item
237 if lbox.kind_of?(Tk::BWidget::ListBox)
[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
[all...]
H A Dcombobox.tcl26 Widget::define ComboBox combobox ArrowButton Entry ListBox
171 ## If we have images, we have to use a BWidget ListBox.
436 proc ComboBox::insert { path idx args } {
441 set i [eval [linsert $args 0 $l insert $idx #auto]]
502 set listb [ListBox $shell.listb \
514 $listb insert end #auto -text $value -image $image
730 set curlen [$path.e index insert]
832 set idx [$path.e index insert]
835 $path.e select range insert end
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/demo/
H A Dmanager.tcl17 set frame [$nb insert end demoManager -text "Manager"]
77 set lb [ListBox $sw.lb \
82 $lb insert end item:$i \
103 $subf.ent$i insert end "Text field $i"
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/bwidget/
H A Dtree.rb14 frame = nb.insert('end', 'demoTree', :text=>'Tree')
55 list = Tk::BWidget::ListBox.new(sw, :relief=>:flat, :borderwidth=>0,
134 tree.insert('end', 'root', 'home',
233 list.insert('end', subnode,
239 Tk::BWidget::ListBox::Item.new(list, 'end', :text=>f,

Completed in 161 milliseconds