Version 3 of ntk grid

Updated 2007-12-02 15:12:10 by apw

ntk grid command implemented as ::itcl::extendedclass ::ntk::classes::grid which has only procs (like a singleton class). The data container used by the grid command is an object of the ::itcl::extendedclass ::ntk::classes::gridData

Options:

  • -columnspan how many columns this entry should span
  • -rowspan how many rows this entry should span
  • -columnratio
  • -rowratio
  • -slot slot to use in the form {0 1} (row and column)
  • -sticky stickiness a ombination of n, w, s and e

MethodVariables:

Public commands:

  • grid

Inheritance: