Skip to content

Commit

Permalink
Add a hook method
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Jul 17, 2024
1 parent 66212e7 commit 1f8b1c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Spec-Toplo/SpToploLayoutAdapter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ SpToploLayoutAdapter >> add: aPresenter constraints: constraints [
self addChildElement: aBlElement with: constraints
]

{ #category : #adding }
SpToploLayoutAdapter >> addChildElement: aBlElement with: aSpBoxConstraints [
"Add child to the Toplo widget"

self subclassResponsibility
]

{ #category : #adding }
SpToploLayoutAdapter >> addConstraints: constraints toChild: childBlElement [
"Inspired on SpMorphicLayoutAdapter>>#addConstraints:toChild:"
Expand Down

0 comments on commit 1f8b1c0

Please sign in to comment.