ntk grid

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

Syntax:

  • ntk grid windowPathName ?options?

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 combination of n, w, s and e

MethodVariables:

Public commands:

  • grid

Inheritance: