Searched +refs:ListBox +refs:configure (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)
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
307 def configure(key, val=None) method in class:Tk
[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 Dthemeutils.tcl347 set _class_options [$tmpWidget configure]
370 # this function is a replacement for [ttk::style configure .]
380 set cargs [ttk::style configure .]
384 foreach {opt val} [ttk::style configure .] {
414 ::ttk::style configure BWraised.Toolbutton -relief raised
415 ::ttk::style configure BWsunken.Toolbutton -relief sunken
416 ::ttk::style configure BWflat.Toolbutton -relief flat
417 ::ttk::style configure BWsolid.Toolbutton -relief solid
418 ::ttk::style configure BWgroove.Toolbutton -relief groove
419 ::ttk::style configure BWlin
[all...]
H A Dcombobox.tcl8 # - ComboBox::configure
26 Widget::define ComboBox combobox ArrowButton Entry ListBox
141 Entry::configure $path.e -editable $editable
147 Entry::configure $path.e -takefocus 1
171 ## If we have images, we have to use a BWidget ListBox.
174 Widget::configure $path [list -bwlistbox 1]
176 Widget::configure $path [list -bwlistbox $bw]
185 # ComboBox::configure --
188 # widget configure command.
202 proc ComboBox::configure { pat
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/demo/
H A Dmanager.tcl62 -command {$Demo::notebook configure -homogeneous $DemoManager::_homogeneous}
77 set lb [ListBox $sw.lb \
96 -command "$sf configure -constrainedwidth \$DemoManager::_constw"]

Completed in 166 milliseconds