UISelectionPanel.st
changeset 2519 6e93fbc8da36
parent 2518 41bacafffaa3
child 2532 24564406f7e5
equal deleted inserted replaced
2518:41bacafffaa3 2519:6e93fbc8da36
  1080         window: 
  1080         window: 
  1081        (WindowSpec
  1081        (WindowSpec
  1082           label: 'Morphs'
  1082           label: 'Morphs'
  1083           name: 'Morphs'
  1083           name: 'Morphs'
  1084           min: (Point 10 10)
  1084           min: (Point 10 10)
  1085           bounds: (Rectangle 0 0 423 276)
  1085           bounds: (Rectangle 0 0 421 274)
  1086         )
  1086         )
  1087         component: 
  1087         component: 
  1088        (SpecCollection
  1088        (SpecCollection
  1089           collection: (
  1089           collection: (
  1090            (ArcMorphSpec
  1090            (ArcMorphSpec
  1161            (LineSegmentMorphSpec
  1161            (LineSegmentMorphSpec
  1162               name: 'Line1'
  1162               name: 'Line1'
  1163               foregroundColor: (Color 100.0 100.0 0.0)
  1163               foregroundColor: (Color 100.0 100.0 0.0)
  1164               fill: true
  1164               fill: true
  1165               lineColor: (Color 100.0 0.0 0.0)
  1165               lineColor: (Color 100.0 0.0 0.0)
  1166               startPoint: (Point 225 29)
  1166               startPoint: (Point 221 75)
  1167               endPoint: (Point 246 53)
  1167               endPoint: (Point 255 129)
  1168             )
  1168             )
  1169            (LineSegmentMorphSpec
  1169            (LineSegmentMorphSpec
  1170               name: 'LineSegmentMorph1'
  1170               name: 'LineSegmentMorph1'
  1171               foregroundColor: (Color 100.0 100.0 0.0)
  1171               foregroundColor: (Color 100.0 100.0 0.0)
  1172               fill: true
  1172               fill: true
  1173               lineColor: (Color 100.0 0.0 0.0)
  1173               lineColor: (Color 100.0 0.0 0.0)
  1174               startPoint: (Point 213 9)
  1174               startPoint: (Point 213 9)
  1175               endPoint: (Point 261 32)
  1175               endPoint: (Point 253 59)
  1176               showArrow: true
  1176               showArrow: true
  1177             )
  1177             )
  1178            )
  1178            )
  1179          
  1179          
  1180         )
  1180         )