~hilaire-fernandes/drgeo/trunk

« back to all changes in this revision

Viewing changes to src/DrGeoII-Core/Morph.extension.st

  • Committer: Hilaire Fernandes
  • Date: 2017-11-15 13:17:03 UTC
  • Revision ID: hilaire.fernandes@gmail.com-20171115131703-pz09obavthi53ebt
DrGeo code under Tonel file format

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Extension { #name : #Morph }
 
2
 
 
3
{ #category : #'*DrGeoII-Core' }
 
4
Morph >> isMorphCostume [
 
5
        ^false
 
6
]
 
7
 
 
8
{ #category : #'*DrGeoII-Core' }
 
9
Morph >> topCentered [
 
10
        self position: Display width - self width // 2 @ 0
 
11
]