ImageEditor.st
changeset 1708 3737c6e1c72d
parent 1704 3e0e31541f2e
child 1713 088ff38c03a5
equal deleted inserted replaced
1707:ad52b5abf849 1708:3737c6e1c72d
  1131                  )
  1131                  )
  1132                
  1132                
  1133               )
  1133               )
  1134             )
  1134             )
  1135            #(#ArrowButtonSpec
  1135            #(#ArrowButtonSpec
  1136               #name: 'ArrowButton1'
  1136               #name: 'upArrowButton'
  1137               #layout: #(#LayoutFrame 105 0 63 0 127 0 85 0)
  1137               #layout: #(#LayoutFrame 105 0 63 0 127 0 85 0)
  1138               #model: #shiftUpNow
  1138               #model: #shiftUpNow
  1139               #isTriggerOnDown: true
  1139               #isTriggerOnDown: true
  1140               #actionValue: ''
  1140               #actionValue: ''
  1141               #direction: #up
  1141               #direction: #up
  1142             )
  1142             )
  1143            #(#ArrowButtonSpec
  1143            #(#ArrowButtonSpec
  1144               #name: 'ArrowButton2'
  1144               #name: 'leftArrowButton'
  1145               #layout: #(#LayoutFrame 84 0 86 0 106 0 108 0)
  1145               #layout: #(#LayoutFrame 84 0 86 0 106 0 108 0)
  1146               #model: #shiftLeftNow
  1146               #model: #shiftLeftNow
  1147               #isTriggerOnDown: true
  1147               #isTriggerOnDown: true
  1148               #actionValue: ''
  1148               #actionValue: ''
  1149               #direction: #left
  1149               #direction: #left
  1150             )
  1150             )
  1151            #(#ArrowButtonSpec
  1151            #(#ArrowButtonSpec
  1152               #name: 'ArrowButton3'
  1152               #name: 'rightArrowButton'
  1153               #layout: #(#LayoutFrame 126 0 86 0 148 0 108 0)
  1153               #layout: #(#LayoutFrame 126 0 86 0 148 0 108 0)
  1154               #model: #shiftRightNow
  1154               #model: #shiftRightNow
  1155               #isTriggerOnDown: true
  1155               #isTriggerOnDown: true
  1156               #actionValue: ''
  1156               #actionValue: ''
  1157               #direction: #right
  1157               #direction: #right
  1158             )
  1158             )
  1159            #(#ArrowButtonSpec
  1159            #(#ArrowButtonSpec
  1160               #name: 'ArrowButton4'
  1160               #name: 'downArrowButton'
  1161               #layout: #(#LayoutFrame 105 0 107 0 127 0 129 0)
  1161               #layout: #(#LayoutFrame 105 0 107 0 127 0 129 0)
  1162               #model: #shiftDownNow
  1162               #model: #shiftDownNow
  1163               #isTriggerOnDown: true
  1163               #isTriggerOnDown: true
  1164               #actionValue: ''
  1164               #actionValue: ''
  1165               #direction: #down
  1165               #direction: #down