• Widgets are created in a tree structure with . at the root
  • Can only pack widgets into their parent
    Eg.
    frame .top.left
    label .fred
    pack -append .top.left .label
    
    is an error