ImageEditor.st
changeset 2712 cddda688a9f2
parent 2711 4700f54d0040
child 2717 fac7e5156235
equal deleted inserted replaced
2711:4700f54d0040 2712:cddda688a9f2
  3069     ^#(
  3069     ^#(
  3070       (DataSetColumnSpec
  3070       (DataSetColumnSpec
  3071          activeHelpKey: ''
  3071          activeHelpKey: ''
  3072          labelButtonType: Button
  3072          labelButtonType: Button
  3073          rendererType: rowSelector
  3073          rendererType: rowSelector
  3074          backgroundSelector: theColorItSelf:
  3074          backgroundSelector: theColorItself:
  3075          selectedBackgroundSelector: theColorItSelf:
  3075          selectedBackgroundSelector: theColorItself:
  3076          isResizeable: false
  3076          isResizeable: false
  3077        )
  3077        )
  3078       (DataSetColumnSpec
  3078       (DataSetColumnSpec
  3079          label: 'R'
  3079          label: 'R'
  3080          labelAlignment: left
  3080          labelAlignment: left
  3711     ^ aColor redByte ? 'mask'
  3711     ^ aColor redByte ? 'mask'
  3712 
  3712 
  3713     "Modified: / 31.7.1998 / 01:11:35 / cg"
  3713     "Modified: / 31.7.1998 / 01:11:35 / cg"
  3714 !
  3714 !
  3715 
  3715 
  3716 theColorItSelf:aColor
  3716 theColorItself:aColor
       
  3717     "an accessor for the table-column"
       
  3718 
  3717     ^ aColor
  3719     ^ aColor
  3718 ! !
  3720 ! !
  3719 
  3721 
  3720 !ImageEditor methodsFor:'defaults'!
  3722 !ImageEditor methodsFor:'defaults'!
  3721 
  3723