Grafoscopio/src/Grafoscopio/GrafoscopioFmtAnchorOnTheLe...

11 lines
302 B
Smalltalk
Raw Normal View History

2020-04-09 13:01:20 +00:00
Class {
#name : #GrafoscopioFmtAnchorOnTheLeft,
#superclass : #GrafoscopioFormat,
2020-04-12 01:00:53 +00:00
#category : #'Grafoscopio-Pillar-TextFormat'
2020-04-09 13:01:20 +00:00
}
{ #category : #'target resize' }
2020-04-12 01:00:53 +00:00
GrafoscopioFmtAnchorOnTheLeft >> beInstalledIn: aNode [
self installTextNodeAtLeftWithValue: (Character value: 1) asString in: aNode
2020-04-09 13:01:20 +00:00
]