TkOption js Object

TkOption

A javascript Object as used in incr Tcl in Javascript. Instantiation:

Parameters

  • interp
  • option_template_ob
  • option_value

The TkOption js Object contains a reference to the TkOptionTemplate js Object for the relevant option and a property for the current value (this is used for fast reference instead of looking it up in the DOM tree).

to be filled