Skip to content

Commit

Permalink
Add #addFirst: to TGroupItems
Browse files Browse the repository at this point in the history
  • Loading branch information
hellerve committed May 20, 2024
1 parent 57de7c9 commit 85468dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/GToolkit-Utility-System/TGtGroupItems.trait.st
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ TGtGroupItems >> addAll: aCollection [
self items addAll: aCollection
]

{ #category : #accessing }
TGtGroupItems >> addFirst: anItem [
self items addFirst: anItem
]

{ #category : #accessing }
TGtGroupItems >> addItem: anItem [
self items add: anItem
Expand Down

0 comments on commit 85468dd

Please sign in to comment.