extensions.st
author Claus Gittinger <cg@exept.de>
Tue, 05 Sep 2017 10:41:10 +0200
changeset 3487 f54ee88a464d
parent 3202 c8fd64e6eabe
permissions -rw-r--r--
#FEATURE by cg class: ImageEditor added: #alphaHolder #alphaText #alphaVisibleHolder #hasAlphaChannel #hasTransparentColorInColorList comment/format in: #open changed: #findColorMapMode (send #hasTransparentColorInColorList instead of #hasMask) #hasMask #makeSelectedColorShifted (send #hasTransparentColorInColorList instead of #hasMask) #postOpenWith: #processSelectedColorsWith: (send #hasTransparentColorInColorList instead of #hasMask) #selectedColorIndexOrNil (send #hasTransparentColorInColorList instead of #hasMask) #update:with:from: (send #hasTransparentColorInColorList instead of #hasMask) #updateAfterImageChange #updateForNoImage #updateListOfColorsAndColormapMode class: ImageEditor class comment/format in: #helpPairs #windowSpec

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