UIPainter.st
changeset 2319 357af951d0ec
parent 2318 8d920f26edef
child 2328 5324713ed697
equal deleted inserted replaced
2318:8d920f26edef 2319:357af951d0ec
  1676             label: 'Copy'
  1676             label: 'Copy'
  1677             itemValue: copySelection
  1677             itemValue: copySelection
  1678             translateLabel: true
  1678             translateLabel: true
  1679           )
  1679           )
  1680          (MenuItem
  1680          (MenuItem
  1681             activeHelpKey: pasteBuffer
  1681             activeHelpKey: editPaste
  1682             enabled: canPasteHolder
  1682             enabled: canPasteHolder
  1683             label: 'Paste'
  1683             label: 'Paste'
  1684             itemValue: pasteBuffer
  1684             itemValue: pasteBuffer
  1685             translateLabel: true
  1685             translateLabel: true
  1686           )
  1686           )
  1704             label: 'Delete'
  1704             label: 'Delete'
  1705             itemValue: deleteTotalSelection
  1705             itemValue: deleteTotalSelection
  1706             translateLabel: true
  1706             translateLabel: true
  1707           )
  1707           )
  1708          (MenuItem
  1708          (MenuItem
  1709             activeHelpKey: moveWidgetUp
  1709             activeHelpKey: replaceBy
  1710             enabled: canReplaceSelection
  1710             enabled: canReplaceSelection
  1711             label: 'Replace...'
  1711             label: 'Replace by...'
  1712             itemValue: doAskAndReplaceWidgetBy
  1712             itemValue: doAskAndReplaceWidgetBy
  1713             translateLabel: true
  1713             translateLabel: true
  1714           )
  1714           )
  1715          (MenuItem
  1715          (MenuItem
  1716             label: '-'
  1716             label: '-'
  1843             activeHelpKey: sortItems
  1843             activeHelpKey: sortItems
  1844             label: 'Sort Selected Items'
  1844             label: 'Sort Selected Items'
  1845             itemValue: doSortItems
  1845             itemValue: doSortItems
  1846             translateLabel: true
  1846             translateLabel: true
  1847           )
  1847           )
  1848          (MenuItem
  1848 "/         (MenuItem
  1849             label: 'Action'
  1849 "/            label: 'Action'
  1850             translateLabel: true
  1850 "/            translateLabel: true
  1851           )
  1851 "/          )
  1852          (MenuItem
  1852          (MenuItem
  1853             activeHelpKey: groupWithLayout
  1853             activeHelpKey: groupWithLayout
  1854             enabled: enGroup
  1854             enabled: enGroup
  1855             label: 'Group with Layout'
  1855             label: 'Group with Layout'
  1856             itemValue: groupWithLayout
  1856             itemValue: groupWithLayout
  2107 
  2107 
  2108     ^ 
  2108     ^ 
  2109      #(Menu
  2109      #(Menu
  2110         (
  2110         (
  2111          (MenuItem
  2111          (MenuItem
  2112             activeHelpKey: moveWidgetUp
  2112             activeHelpKey: replaceBy
  2113             enabled: canChangeOrderInContainer
  2113             enabled: canChangeOrderInContainer
  2114             label: 'Replace By...'
  2114             label: 'Replace by...'
  2115             itemValue: doAskAndReplaceWidgetBy
  2115             itemValue: doAskAndReplaceWidgetBy
  2116             translateLabel: true
  2116             translateLabel: true
  2117           )
  2117           )
  2118          )
  2118          )
  2119         nil
  2119         nil