9 lines
138 B
Tcl
9 lines
138 B
Tcl
namespace eval scancommand {
|
|
proc init {} {
|
|
}
|
|
proc commands_hpath_setup {parent} {
|
|
}
|
|
proc graphics_hpath_setup {parent} {
|
|
}
|
|
}
|