blob: e0149037ee8f5eea75e18ea225047a3768a20a91 [file] [log] [blame]
# ----------------------------------------------------------------------
# DEMO: disjointlistbox in [incr Widgets]
# ----------------------------------------------------------------------
package require Iwidgets 4.0
iwidgets::disjointlistbox .dlb
pack .dlb -padx 10 -pady 10 -fill both -expand yes
.dlb insertlhs {black white red blue yellow green magenta}