Help - Basics - Menus - menu do

Previous - Menus - Next

This menu contains instructions to Squeak that the user can change directly by clicking on its last item (in the real menu, not the picture in Squeak Help). Most depend on knowledge of Programming in Smalltalk or Squeak.

This menu has no balloonhelp (useless, since the user may edit it: Last option)

Useful for newbies:

Cursor normal show
    Restores a normal cursor if it looks odd.
Transcript clear
    clears the Transcript.
Utilities grabScreenAndSaveOnDisk
    lets one select a rectangular part from the screen and save it on disk
Smalltalk saveAsNewVersion
    saves the image under a name the user supplies

Previous - Menus - Next