Skip to content

silverClaude/DoMEInPharo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DoME In Pharo

Paste the following code in playground and do it.

To test the DoMESpecification class:

ds := DoMESpecification new.

ds open.

To test the DoMELayout class:

lo := DoMELayout new.

lo open. 

To test the Menu class:

mn := Menu new.

mn topMenuTest.

To test the TopToolbar:

ttb := TopToolbar new.

ttb open.

To test the LeftToolbar:

ltb := LeftToolbar new.

ltb open.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors