[Cuis-dev] adding morphs from Squeak

ken.dickey at whidbey.com ken.dickey at whidbey.com
Fri Jun 7 15:07:47 PDT 2024


On 2024-06-07 13:58, Mark Volkmann via Cuis-dev wrote:

> How can I install some morphs like StringMorph and SimpleButtonMorph 
> that are present in Squeak into my Cuis image? I'm guessing there's a 
> place where I can find packages containing things like those.

Yes.  In the #Cuis-Smalltalk-UI package.

`Feature require: 'UI-Tools'.`  Will get them all at once, or you can 
use the FileList and browse code for individual packages.

If you use the UI-Tools meta-package, you will get some purple Morph 
Menu selections. Click to edit or drag between menus.

You can also use `World Menu -> New Morph..` to select Morphs and place 
them, then use their menus to view and change visual properties.

Note:  
https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-UI/blob/main/README.md

-KenD


More information about the Cuis-dev mailing list