extensions.st
author Claus Gittinger <cg@exept.de>
Sun, 16 Jul 2017 14:05:41 +0200
changeset 3452 33988b5b625e
parent 3202 c8fd64e6eabe
permissions -rw-r--r--
#DOCUMENTATION by cg class: FlyByWindowInformation changed: #buttonMotion:x:y:view: boolean/non-boolean return

"{ Package: 'stx:libtool2' }"!

!Image methodsFor:'misc ui support'!

edit
    "open an image editor on the receiver"

    ImageEditor openOnImage:self.

    "Created: / 8.8.1998 / 01:25:15 / cg"
! !

!stx_libtool2 class methodsFor:'documentation'!

extensionsVersion_CVS
    ^ '$Header$'
! !