Skip to content

Commit

Permalink
Add removeSubWidgets to box layout
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Jun 21, 2024
1 parent 4aeca3b commit eae6ea7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Spec-Toplo/SpToploBoxAdapter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,13 @@ SpToploBoxAdapter >> remove: aPresenter [
" self verifyBoxExtent"
]

{ #category : #protocol }
SpToploBoxAdapter >> removeSubWidgets [

startPane removeChildren.
endPane removeChildren
]

{ #category : #accessing }
SpToploBoxAdapter >> replace: aPresenter with: otherPresenter withConstraints: constraints [

Expand Down

0 comments on commit eae6ea7

Please sign in to comment.