Home | History | Annotate | Download | only in contrib

Lines Matching refs:Cut

66     $m add command -label Cut -command "sqlitecon::Cut $w.t"
123 bind Sqlitecon <<Cut>> {sqlitecon::Cut %W}
559 # Do a Cut operation if possible. Cuts are only allowed
563 proc sqlitecon::Cut w {
604 $m entryconf Cut -state disabled
608 $m entryconf Cut -state normal
612 $m entryconf Cut -state disabled
654 button $w.b.cut -text Cut -width 6 -command [list ::sqlitecon::Cut $w.t]
658 pack $w.b.cut $w.b.copy $w.b.paste $w.b.can $w.b.ok\