#!/mod/bin/jimsh require settings.class if {[[settings] notoolbar] eq "0"} { require plugin system.class proc tb {icon txt link {height 50} {width 0}} { if {$width > 0} { set width " width=$width" } else { set width "" } puts -nonewline "
$txt
" } puts {
} }