Skip to content

Commit

Permalink
added missing methods
Browse files Browse the repository at this point in the history
  • Loading branch information
akevalion committed Oct 11, 2023
1 parent d14059d commit 18915df
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Roassal-Layouts-Util/RSLayoutNode.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,16 @@ RSLayoutNode >> translateTo: aPoint [
position := aPoint
]

{ #category : #'accessing - lines' }
RSLayoutNode >> updateLinesOFF [
"nothing for now"
]

{ #category : #'accessing - lines' }
RSLayoutNode >> updateLinesON [
"nothing for now"
]

{ #category : #accessing }
RSLayoutNode >> width [
^ extent x
Expand Down

0 comments on commit 18915df

Please sign in to comment.