Version 2 of ntk window

Updated 2007-12-01 20:58:43 by apw

ntk window command implemented as ::itcl::extendedclass ::ntk::classes::window

Syntax: ntk window windowPathName ?option value pairs?

Options:

  • -bg background default: list 16 33 65 255
  • -bindings list of bindings set with the bind command of this class
  • -buttonpress buttonpress callback (normally only used internally)
  • -buttonrelease buttonrelease callback (normally only used internally)
  • -keypress keypress callback (normally only used internally)
  • -keyrelease keyrelease callback (normally only used internally)
  • -motion motion callback (normally only used internally)
  • -height height of the window
  • -width width of the window
  • -reqheight requested height of the window
  • -reqwidth requested width of the window
  • -rotate counter clock wise rotation of the window in degrees (0 - 360)
  • -visible visability of the window (boolean)
  • -xoffset x offset of the used window part
  • -yoffset y offset of the used window part

MethodVariables:

  • children
  • manager
  • parent
  • removeFromManager
  • redrawTreeData
  • update
  • windowImage
  • wpath