pharo-graphics / Toplo

A widget framework on top of Bloc
MIT License
19 stars 9 forks source link

Move methods in ToploDemoPresenter’s protocol ‘demos’ to the class side #192

Open Rinzwind opened 2 months ago

Rinzwind commented 2 months ago

This pull request moves the methods in ToploDemoPresenter’s protocol ‘demos’ to the class side. This depends on Bloc pull request #593. The addition of Bloc pull request #594 will allow the demos to be executed in a browser.

Rinzwind commented 1 month ago

@plantec This can be merged now, the changes of the two Bloc pull requests referred to above are now also in the Bloc ‘master’ branch.