pack $self.sb -side right -fill y
pack $self.list -side right -fill both -expand yes
set slot(menu) [$slot(main) add_menu $slot(title)]
+ bind $self.list <3> "tk_popup $slot(menu) %X %Y"
$slot(menu) add command \
-label "Show a [$self get_item_name]..." -underline 0 \
-command "$self show_dialog"
bind $self.t <Control-x><Control-s> "$self send_value"
bind $self.t <Control-s> "$self search_dialog"
set m [$slot(main) add_menu Value]
+ bind $self.t <3> "tk_popup $m %X %Y"
$m add command -label "Send Value" -command "$self send_value" \
-underline 1
$m add command -label "Find..." -command "$self search_dialog" \