Tcl 7.7 and Tk 4.3
Native widgets on PC and Mac.
New menu mechanism:
- Menu bars implemented with menu widgets.
- New -menu option for toplevel windows.
- Tear-off menus are clones (consistency guaranteed).
- Can use same menu in several places.
- Hide tear-off entries?
New font mechanism:
label .l -font {times 12 bold}
font create title -family Helvetica \ -size 24 -weight bold
label .l2 -font title
font configure title -size 36