home *** CD-ROM | disk | FTP | other *** search
-
- System.doc
-
- LOGO system utilities:
-
-
- alert screen text ( more-text yes-text title-text )
- screen = Pointer to an intuition screen.
- text = Word or list.
- Wait for user to click 'yes'.
-
- requester screen text ( more-text yes-text no-text title-text )
- screen = Pointer to an intuition screen.
- text = Word or list.
- Output true if 'yes' was clicked, false if 'no' was clicked.
-
- screen-data screen
- screen = Pointer to an intuition screen.
- Output list of data like that used to create the screen.
- See: openscreen
-
- turtle-data turtle
- turtle = Pointer to a LOGO turtle.
- Output list of data like that used to create the turtle.
- See: openturtle
-
- window-data window
- window = Pointer to an intuition window.
- Output list of data like that used to create the window.
- See: openwindow
-
- window-size
- Output the limits for the cursor for the command window.
-
-