Skip to content

Commit

Permalink
added shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
akevalion committed Sep 3, 2023
1 parent 995120f commit c546334
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Roassal3/RSCanvas.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,11 @@ RSCanvas >> newBox [
^ self add: RSBox new
]

{ #category : #'adding - nodes edges' }
RSCanvas >> newCircle [
^ self add: RSCircle new
]

{ #category : #'adding - nodes edges' }
RSCanvas >> newLabel [
^ self add: RSLabel new
Expand Down

0 comments on commit c546334

Please sign in to comment.