[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

New & Improved matts-utils-8sep92.sea.hqx on cambridge.apple.com



Dear Friends:

New treats on cambridge.apple.com in /pub/mcl2/contrib :

-rw-rw-rw-   1 ftp    camb    123232 Sep  8 15:26 matts-utils-8sep92.sea.hqx
-rw-rw-rw-   1 ftp    camb      6810 Sep  8 15:26 matts-utils-readme.text

>From matts-utils-readme.text:

08-Sep-92 mc	matts-utils-8Sep92.sea.hqx includes these changes:
		 when-strings.lisp		- New
		 sound-scrap.lisp		- New
		 resource-utils.Lisp		- Updated
		 progress-indication.Lisp	- Updated
		 pict-dialog-item.lisp		- Updated
		 outline-window.lisp		- New
		 object-fred-dialog-item.lisp	- Updated
		 object-FDI-mouse-copy-glue.lisp - New
		 object-FDI-drop-glue.lisp	- New
		 object-dropper.lisp		- Updated
		 get-input-of-type.lisp		- New
		 f-pt-in-scroll.lisp		- New
		 draw-arrow.lisp		- New
		 drag-gray-region-lisp.lisp	- Updated

Following are descriptions of the new files. Read
matts-utils-readme.text for a full description of the package. Have
fun.

matt


#### draw-arrow.lisp
Defines the draw-arrow function. Created from seth@aic.hrl.hac.com's source.

#### f-pt-in-scroll.lisp
Defines f-pt-in-scroll, a handy addition to sequence-dialog-items and
fred-windows. Thanks to holz@urz.unibas.ch (Dieter Holz) for help with
the fred-window version.

#### get-input-of-type.lisp
Defines the get-input-of-type function.

#### object-FDI-drop-glue.lisp
Tell object-fred-dialog-items how to start drops. Since
object-fred-dialog-item is a subclass of fred-dialog-item they already know
how to receive drops via the code at the bottom of
object-fred-dialog-item.lisp .

#### object-FDI-mouse-copy-glue.lisp
Defines functions to make the "MOUSE-COPY" example do links.

#### outline-window.lisp
Defines a Finder-like hierarchy display. Outline-window instances display
hierarchies.

#### sound-scrap.lisp
Created from Apple's Pict-Scrap.Lisp, defines a scrap-handler for scraps of
type :|snd | .

#### when-strings.lisp
Defines functions for decoding when-strings, which are strings encoding
possibly repeating times and dates.