Skip to content

Commit

Permalink
Add API for removing playground from inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
hellerve committed Aug 21, 2024
1 parent 311e99c commit 024ee43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/GToolkit-Inspector/GtInspector.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,11 @@ GtInspector >> playgroundPageStrategy: aPlaygroundPageStrategy [
self updatePlaygroundPageStrategy.
]

{ #category : #'as yet unclassified' }
GtInspector >> removePlayground [
self removeChild: self playgroundElement
]

{ #category : #selection }
GtInspector >> selectTabWithIdentifier: aTabIdentifier [
aTabIdentifier applySelectionTo: self
Expand Down

0 comments on commit 024ee43

Please sign in to comment.