extensions.st
author Claus Gittinger <cg@exept.de>
Mon, 12 Dec 2016 23:28:30 +0100
changeset 3361 4bd3866a0f40
parent 3202 c8fd64e6eabe
permissions -rw-r--r--
#FEATURE by cg class: UIPainter added: #hasMultipleSelectionOtherThanCanvas #hasSelectionOtherThanCanvas changed:7 methods category of:42 methods

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