Skip to content

Commit

Permalink
Add a utility method in MooseHelp to close PharoHelp
Browse files Browse the repository at this point in the history
  • Loading branch information
ClotildeToullec committed Aug 18, 2023
1 parent 7eccc9d commit b2071d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Moose-Help/MooseWelcome.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ MooseWelcome class >> bookName [
^ 'Moose Tutorial'
]

{ #category : #'as yet unclassified' }
MooseWelcome class >> closePharoWelcomeThenOpen [

HelpBrowser allInstancesDo: [ :browser |
browser withWindowDo: #close ].
self openForRelease
]

{ #category : #pages }
MooseWelcome class >> mainTools [

Expand Down

0 comments on commit b2071d5

Please sign in to comment.