Lines Matching refs:command
52 $m add command -label {Close} -command "destroy $w"
66 $m add command -label Cut -command "sqlitecon::Cut $w.t"
67 $m add command -label Copy -command "sqlitecon::Copy $w.t"
68 $m add command -label Paste -command "sqlitecon::Paste $w.t"
69 $m add command -label {Clear Screen} -command "sqlitecon::Clear $w.t"
71 $m add command -label {Save As...} -command "sqlitecon::SaveFile $w.t"
74 scrollbar $w.sb -orient vertical -command "$w.t yview"
652 button $w.b.can -text Cancel -width 6 -command [list set ::$w 0]
653 button $w.b.ok -text OK -width 6 -command [list set ::$w 1]
654 button $w.b.cut -text Cut -width 6 -command [list ::sqlitecon::Cut $w.t]
655 button $w.b.copy -text Copy -width 6 -command [list ::sqlitecon::Copy $w.t]
656 button $w.b.paste -text Paste -width 6 -command [list ::sqlitecon::Paste $w.t]
666 scrollbar $w.sb -orient vertical -command [list $w.t yview]