extensions.st
author Claus Gittinger <cg@exept.de>
Sun, 13 Oct 2019 23:27:40 +0200
changeset 3780 604d8ffc8903
parent 3202 c8fd64e6eabe
permissions -rw-r--r--
#FEATURE by exept class: ShowMeHowItWorks class definition added: #open: #screenBoundsOfComponent: #waitFor:timeout: comment/format in: #talking changed: #circlePointerAroundComponent: #click:inComponent:clickTime: #do: #findComponent: #findComponent:in: #movePointerToComponent: #movePointerToComponent:offset: #movePointerToComponent:speed: #show:for: #show:saying:for: #showing:saying:do: #wait: category of: #click:inComponent: #click:inComponent:clickTime: #press: #release:

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