Skip to content

Commit

Permalink
Revert removal of some methods of SpWindowPresenter
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Jan 14, 2025
1 parent 880e622 commit 8ef72a6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Spec2-Core/SpWindowPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,11 @@ SpWindowPresenter >> taskbarIcon [
ifNil: [ self taskbarIconName ]) ]
]

{ #category : 'private' }
SpWindowPresenter >> title [
^ titleHolder
]

{ #category : 'private' }
SpWindowPresenter >> title: aString [
titleHolder := aString
Expand Down Expand Up @@ -739,6 +744,11 @@ SpWindowPresenter >> windowClosed [
self application windowClosed: self
]

{ #category : 'private' }
SpWindowPresenter >> windowIcon [
^ windowIcon
]

{ #category : 'private' }
SpWindowPresenter >> windowIcon: aForm [
windowIcon := aForm
Expand Down

0 comments on commit 8ef72a6

Please sign in to comment.