UIPainter.st
changeset 2479 fda2e68c7cad
parent 2477 e51d7128bcd4
child 2500 3e2feb544801
equal deleted inserted replaced
2478:d0ea9b4d0955 2479:fda2e68c7cad
  1810             translateLabel: true
  1810             translateLabel: true
  1811             labelImage: (ResourceRetriever UIPainter iconResizeB 'Resize Bottom')
  1811             labelImage: (ResourceRetriever UIPainter iconResizeB 'Resize Bottom')
  1812           )
  1812           )
  1813          (MenuItem
  1813          (MenuItem
  1814             activeHelpKey: alignSelectionLeftAndRight
  1814             activeHelpKey: alignSelectionLeftAndRight
  1815             enabled: canMoveOrAlignSelection
  1815             enabled: canResizeSelection
  1816             label: 'Left && Right'
  1816             label: 'Left && Right'
  1817             itemValue: alignSelectionLeftAndRight
  1817             itemValue: alignSelectionLeftAndRight
  1818             translateLabel: true
  1818             translateLabel: true
  1819             labelImage: (ResourceRetriever UIPainter iconResizeLR 'Left && Right')
  1819             labelImage: (ResourceRetriever UIPainter iconResizeLR 'Left && Right')
  1820           )
  1820           )
  1821          (MenuItem
  1821          (MenuItem
  1822             activeHelpKey: alignSelectionTopAndBottom
  1822             activeHelpKey: alignSelectionTopAndBottom
  1823             enabled: canMoveOrAlignSelection
  1823             enabled: canResizeSelection
  1824             label: 'Top && Bottom'
  1824             label: 'Top && Bottom'
  1825             itemValue: alignSelectionTopAndBottom
  1825             itemValue: alignSelectionTopAndBottom
  1826             translateLabel: true
  1826             translateLabel: true
  1827             labelImage: (ResourceRetriever UIPainter iconResizeTB 'Top && Bottom')
  1827             labelImage: (ResourceRetriever UIPainter iconResizeTB 'Top && Bottom')
  1828           )
  1828           )
  2611             isButton: true
  2611             isButton: true
  2612             labelImage: (ResourceRetriever nil iconAlignB)
  2612             labelImage: (ResourceRetriever nil iconAlignB)
  2613           )
  2613           )
  2614          (MenuItem
  2614          (MenuItem
  2615             activeHelpKey: alignSelectionLeftAndRight
  2615             activeHelpKey: alignSelectionLeftAndRight
  2616             enabled: canMoveOrAlignSelection
  2616             enabled: canResizeSelection
  2617             label: 'Align Left & Right'
  2617             label: 'Align Left & Right'
  2618             itemValue: alignSelectionLeftAndRight
  2618             itemValue: alignSelectionLeftAndRight
  2619             translateLabel: true
  2619             translateLabel: true
  2620             isButton: true
  2620             isButton: true
  2621             labelImage: (ResourceRetriever nil iconResizeLR)
  2621             labelImage: (ResourceRetriever nil iconResizeLR)
  2622           )
  2622           )
  2623          (MenuItem
  2623          (MenuItem
  2624             activeHelpKey: alignSelectionTopAndBottom
  2624             activeHelpKey: alignSelectionTopAndBottom
  2625             enabled: canMoveOrAlignSelection
  2625             enabled: canResizeSelection
  2626             label: 'Align Top & Bottom'
  2626             label: 'Align Top & Bottom'
  2627             itemValue: alignSelectionTopAndBottom
  2627             itemValue: alignSelectionTopAndBottom
  2628             translateLabel: true
  2628             translateLabel: true
  2629             isButton: true
  2629             isButton: true
  2630             labelImage: (ResourceRetriever nil iconResizeTB)
  2630             labelImage: (ResourceRetriever nil iconResizeTB)