Skip to content

Commit

Permalink
add parentWindow accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Jul 20, 2024
1 parent b5c7ceb commit 9aae500
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/Spec2-Dialogs/SpFileDialog.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Class {
'filters',
'path',
'application',
'parentWindow',
'action'
],
#category : 'Spec2-Dialogs',
Expand Down Expand Up @@ -107,6 +108,18 @@ SpFileDialog >> openModal [
^ self application backend openFileDialog: self
]

{ #category : 'accessing' }
SpFileDialog >> parentWindow [

^ parentWindow
]

{ #category : 'accessing' }
SpFileDialog >> parentWindow: anObject [

parentWindow := anObject
]

{ #category : 'api' }
SpFileDialog >> path [

Expand Down

0 comments on commit 9aae500

Please sign in to comment.