ImageEditor.st
changeset 2190 5bb9504b58bd
parent 2174 7beca4d9c93a
child 2192 398c9aba6588
equal deleted inserted replaced
2189:2ee8670e6307 2190:5bb9504b58bd
  1574             itemValue: cutColorFromColormap
  1574             itemValue: cutColorFromColormap
  1575             translateLabel: true
  1575             translateLabel: true
  1576             isVisible: false
  1576             isVisible: false
  1577           )
  1577           )
  1578          (MenuItem
  1578          (MenuItem
  1579             enabled: hasColormap
       
  1580             label: 'Copy Color'
  1579             label: 'Copy Color'
  1581             itemValue: copyColorFromColormap
  1580             itemValue: copyColorFromColormap
  1582             translateLabel: true
  1581             translateLabel: true
  1583           )
  1582           )
  1584          (MenuItem
  1583          (MenuItem
  1586             label: 'Pick and Paste Color'
  1585             label: 'Pick and Paste Color'
  1587             itemValue: pickAndPasteColor
  1586             itemValue: pickAndPasteColor
  1588             translateLabel: true
  1587             translateLabel: true
  1589           )
  1588           )
  1590          (MenuItem
  1589          (MenuItem
  1591             enabled: hasColormap
       
  1592             label: 'Paste Color'
  1590             label: 'Paste Color'
  1593             itemValue: pasteColorIntoColormap
  1591             itemValue: pasteColorIntoColormap
  1594             translateLabel: true
  1592             translateLabel: true
  1595           )
  1593           )
  1596          (MenuItem
  1594          (MenuItem
  1631           )
  1629           )
  1632          )
  1630          )
  1633         nil
  1631         nil
  1634         nil
  1632         nil
  1635       )
  1633       )
       
  1634 
       
  1635     "Modified: / 27-10-2007 / 10:24:00 / cg"
  1636 !
  1636 !
  1637 
  1637 
  1638 menu
  1638 menu
  1639     "This resource specification was automatically generated
  1639     "This resource specification was automatically generated
  1640      by the MenuEditor of ST/X."
  1640      by the MenuEditor of ST/X."