Skip to content

Commit

Permalink
Merge pull request #1892 from Ducasse/Pharo13
Browse files Browse the repository at this point in the history
Last fix for API cleaning
  • Loading branch information
Ducasse authored Feb 10, 2025
2 parents cc64c72 + 136463c commit 626c82b
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions Iceberg-TipUI-SnapshotBrowser/IceSnapshotBrowser.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,6 @@ IceSnapshotBrowser >> allClassNames [

]

{ #category : 'initialization' }
IceSnapshotBrowser >> browserTitle [

^ 'Snapshot Browser for: ' , titleString
]

{ #category : 'listing' }
IceSnapshotBrowser >> categorySelection [

Expand Down Expand Up @@ -389,15 +383,6 @@ IceSnapshotBrowser >> initializeSideSelectorPresenter [
yourself.
]

{ #category : 'initialization' }
IceSnapshotBrowser >> initializeWindow: aWindowPresenter [

aWindowPresenter
title: self browserTitle;
initialExtent: 1000 @ 700;
centered
]

{ #category : 'initialization' }
IceSnapshotBrowser >> isClassSide [
"Answer <true> if the receiver's class side is selected"
Expand Down Expand Up @@ -568,3 +553,9 @@ IceSnapshotBrowser >> visibleProtocols [
unselectAll.
^ (methods collect: [ :ea | ea category ]) asSet asSortedCollection
]

{ #category : 'initialization' }
IceSnapshotBrowser >> windowTitle [

^ 'Snapshot Browser for: ' , titleString
]

0 comments on commit 626c82b

Please sign in to comment.