Skip to content

Commit

Permalink
Merge pull request #650 from jecisc/649-Harvest-Pharo-changes
Browse files Browse the repository at this point in the history
649-Harvest-Pharo-changes
  • Loading branch information
jecisc committed Jul 11, 2019
2 parents ec4e30e + 6cc362e commit 6d4cc44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Expand Up @@ -45,5 +45,7 @@ SpMorphicModalWindowAdapter >> open [


self widget self widget
toggleStickiness; toggleStickiness;
openCenteredInWorld openCenteredInWorld.

[ self widget world notNil ] whileTrue: [ self widget outermostWorldMorph doOneCycle ]
] ]
5 changes: 5 additions & 0 deletions src/Spec2-Examples/SpDemoNotebookPresenter.class.st
Expand Up @@ -27,6 +27,11 @@ SpDemoNotebookPresenter class >> defaultSpec [
yourself yourself
] ]


{ #category : #examples }
SpDemoNotebookPresenter class >> example [
^ self new openWithSpec
]

{ #category : #pages } { #category : #pages }
SpDemoNotebookPresenter >> browserPage [ SpDemoNotebookPresenter >> browserPage [
^ SpNotebookPage ^ SpNotebookPage
Expand Down

0 comments on commit 6d4cc44

Please sign in to comment.