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

/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dcombobox.tcl26 Widget::define ComboBox combobox ArrowButton Entry ListBox
171 ## If we have images, we have to use a BWidget ListBox.
502 set listb [ListBox $shell.listb \
542 ::bind $listb <Return> "ComboBox::_select [list $path] \[$listb curselection\]"
843 if {[catch {$path.shell.listb curselection} x] || $x == ""} {

Completed in 98 milliseconds