Searched +refs:ListBox +refs:itemconfigure (Results 1 - 3 of 3) 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)
205 Tk::BWidget::ListBox::Item.id2obj(self, item)
210 class Tk::BWidget::ListBox::Item
237 if lbox.kind_of?(Tk::BWidget::ListBox)
241 "expect Tk::BWidget::ListBox or Tk::BWidget::ListBox
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/bwidget/
H A Dtree.rb55 list = Tk::BWidget::ListBox.new(sw, :relief=>:flat, :borderwidth=>0,
91 nb.itemconfigure('demoTree',
170 tree.itemconfigure(node, :drawcross=>:auto, :data=>lfiles)
177 tree.itemconfigure(node, :image=>Tk::BWidget::Bitmap.new('folder'))
179 tree.itemconfigure(node, :image=>Tk::BWidget::Bitmap.new('openfold'))
183 tree.itemconfigure(node, :image=>Tk::BWidget::Bitmap.new(img))
214 tree.itemconfigure(parent, :open=>true)
239 Tk::BWidget::ListBox::Item.new(list, 'end', :text=>f,
253 tree.itemconfigure(node, :text=>res)
255 list.itemconfigure(nod
[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...]

Completed in 5517 milliseconds