Skip to content

Commit

Permalink
add accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Jun 14, 2024
1 parent 92ccb51 commit fa2eb62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Spec2-Dialogs/SpAbstractMessageDialog.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ SpAbstractMessageDialog >> initializeWindow: aWindowPresenter [
initialExtent: self extent
]

{ #category : 'api' }
SpAbstractMessageDialog >> label [
^ label text
]

{ #category : 'api' }
SpAbstractMessageDialog >> label: aString [

Expand Down

0 comments on commit fa2eb62

Please sign in to comment.