DisplayObjectView.st
author Stefan Vogel <sv@exept.de>
Wed, 26 Feb 2020 14:50:07 +0100
changeset 19529 952f1b112e7a
parent 16781 0d8b05ac5efd
permissions -rw-r--r--
#REFACTORING by stefan class: AbstractSettingsApplication::DisplaySettingsAppl changed: #restoreUsableExtent class: AbstractSettingsApplication::MiscDisplay2SettingsAppl class changed: #suppressScalingByWindowsHelpTextWithForView:

"{ 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$'
! !