extensions.st
author Claus Gittinger <cg@exept.de>
Mon, 14 Oct 2019 20:55:04 +0200
changeset 3787 7b01435dcf25
parent 3202 c8fd64e6eabe
permissions -rw-r--r--
#FEATURE by exept class: ShowMeHowItWorks added: #do:from: #do:from:withUI: #doStream:from: #drag:toComponent:dropAt: #expand: #findComponent:ifMultiple: #findComponent:inAllApplications:ifMultiple: #label: #movePointerToComponent:rightBottomOffset: #movePointerToComponent:rightOffset: removed: #nextCommand comment/format in: #do: #findComponent: #waitFor:timeout: changed: #do:withUI: #doCommand: #doStream: #press: #release: #select: #selectIndex:in: class: ShowMeHowItWorks class added: #do:from:withUI:

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