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

/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.tcl139 if { ![info exists p($key)] } {
148 ![info exists _properties($package)] } {
219 if {[info exists _properties($optName)]} {
334 ![info exists _class_options] ||
341 while {[winfo exists $tmpWidget] == 1} {
456 if { [info exists _previous_style] &&
565 ComboBox ListBox MainFrame ScrollableFrame Tree
H A Dcombobox.tcl26 Widget::define ComboBox combobox ArrowButton Entry ListBox
171 ## If we have images, we have to use a BWidget ListBox.
307 if {[winfo exists $path.shell.listb]} {
466 if {[winfo exists $shell]} { return }
502 set listb [ListBox $shell.listb \
577 if {[info exists background]} {
606 if {[winfo exists $path.shell] &&
669 if {[winfo exists $path.shell] && \
914 if { ![winfo exists $path] } { return }
/macosx-10.9.5/vim-53/runtime/syntax/
H A Drexx.vim19 elseif exists("b:current_syntax")
164 syn keyword rexxBuiltinClass .EditControl .InputBox .IntegerBox .ListBox .ListChoice
212 " if !exists("rexx_minlines")
223 if version >= 508 || !exists("did_rexx_syn_inits")

Completed in 180 milliseconds