TkOptionTemplate js Object

TkOptionTemplate

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

Parameters

  • interp
  • configure_name
  • alias_name
  • option_name
  • default_value

To hold information for one specific option a TkOptionTemplate js Object is used. It has properties for configure name, option name, option class and the default value as well as a possible alias name for example "background" for the "bg" option.

to be filled