|
Module SnOp |
|
| Methods |
| Public Class methods |
| new() src |
| Public Instance methods |
| stop(opt;) src |
The stop option is the same as endPos options. tcl/tk Snack uses end, however in Ruby end is a reserved keyword. Thus we have endPos and stop
| startPos(opt;) src |
startPos option is the same as the start option
| endPos(opt;) src |
The endPos option is the same as stop options. tcl/tk Snack uses end, however in Ruby end is a reserved keyword. Thus we have endPos and stop
| createFn(opName) src |
| makeOps( opList ) {|| ...} src |
| showOps() src |
for debugging