extensions.st
author mawalch
Wed, 28 Feb 2018 16:32:25 +0100
changeset 3545 b3e0ca689991
parent 3202 c8fd64e6eabe
permissions -rw-r--r--
#UI_ENHANCEMENT by mawalch class: MenuEditor class changed: #windowSpec Fix bad position of buttons.

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