Cuis-Smalltalk-Greeter

Details

Source
GitHub
Dialect
cuis (25% confidence)
Created
Jan. 25, 2025
Updated
Feb. 1, 2025

README excerpt

# Cuis-Smalltalk-Greeter

This is a package for Cuis Smalltalk that demonstrates some aspects of using Morphic.
It adds the menu item "Greeter" to the World menu in the Open submenu.
Selecting this menu item opens a window that prompts for your name.
When a name is entered, it displays "Hello {name}!" below in the text input.

One thing this demonstrates is sizing a window based on its contents.

<img alt="window before entering name" src="./greeter1.png">

<img alt="window after entering name" src="./greeter2.png">
← Back to results