ImageEditor.st
changeset 1449 49ad9f552d64
parent 1446 6f2344ca1e92
child 1457 8c15098c3469
equal deleted inserted replaced
1448:42ec8770d09f 1449:49ad9f552d64
   693                                                             #verticalSpacing: 1
   693                                                             #verticalSpacing: 1
   694                                                             #columns: 
   694                                                             #columns: 
   695                                                              #(
   695                                                              #(
   696                                                                #(#DataSetColumnSpec
   696                                                                #(#DataSetColumnSpec
   697                                                                   #rendererType: #rowSelector
   697                                                                   #rendererType: #rowSelector
   698                                                                   #backgroundSelector: #yourself
   698                                                                   #backgroundSelector: #theColorItSelf:
   699                                                               )
   699                                                               )
   700                                                                #(#DataSetColumnSpec
   700                                                                #(#DataSetColumnSpec
   701                                                                   #label: 'R'
   701                                                                   #label: 'R'
   702                                                                   #labelAlignment: #left
   702                                                                   #labelAlignment: #left
   703                                                                   #columnAlignment: #right
   703                                                                   #columnAlignment: #right
  1831 
  1831 
  1832     aColor isNil ifTrue:[^ 'none'].
  1832     aColor isNil ifTrue:[^ 'none'].
  1833     ^ aColor redByte ? 'mask'
  1833     ^ aColor redByte ? 'mask'
  1834 
  1834 
  1835     "Modified: / 31.7.1998 / 01:11:35 / cg"
  1835     "Modified: / 31.7.1998 / 01:11:35 / cg"
       
  1836 !
       
  1837 
       
  1838 theColorItSelf:aColor
       
  1839     ^ aColor
  1836 ! !
  1840 ! !
  1837 
  1841 
  1838 !ImageEditor methodsFor:'help'!
  1842 !ImageEditor methodsFor:'help'!
  1839 
  1843 
  1840 defaultInfoLabel
  1844 defaultInfoLabel