DisplayObjectView.st
author Claus Gittinger <cg@exept.de>
Thu, 18 Jan 2018 19:43:17 +0100
changeset 17945 e5a9fa05e956
parent 16781 0d8b05ac5efd
permissions -rw-r--r--
#TUNING by cg class: InspectorView changed: #plainValueStringInListEntryForValue: tuning: long Texts are slow... (still; sigh)

"{ Package: 'stx:libtool' }"

"{ NameSpace: Smalltalk }"

View subclass:#DisplayObjectView
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Views-Misc'
!


!DisplayObjectView methodsFor:'drawing'!

redraw
    model displayOn:self x:0 y:(model ascentOn:self)
! !

!DisplayObjectView class methodsFor:'documentation'!

version
    ^ '$Header$'
!

version_CVS
    ^ '$Header$'
! !