UIPainter.st
changeset 2655 b1fb14b65b57
parent 2629 61f3f3a13b9e
child 2660 2de489f6f1fa
equal deleted inserted replaced
2654:497f3bbf2cdd 2655:b1fb14b65b57
  1350         window: 
  1350         window: 
  1351        (WindowSpec
  1351        (WindowSpec
  1352           label: 'GUI Painter'
  1352           label: 'GUI Painter'
  1353           name: 'GUI Painter'
  1353           name: 'GUI Painter'
  1354           min: (Point 560 460)
  1354           min: (Point 560 460)
  1355           bounds: (Rectangle 0 0 608 523)
  1355           bounds: (Rectangle 0 0 683 568)
  1356           menu: menu
  1356           menu: menu
  1357           icon: defaultIcon
  1357           icon: defaultIcon
  1358         )
  1358         )
  1359         component: 
  1359         component: 
  1360        (SpecCollection
  1360        (SpecCollection
  1480                                       activeHelpKey: commitCancel
  1480                                       activeHelpKey: commitCancel
  1481                                       translateLabel: true
  1481                                       translateLabel: true
  1482                                       tabable: true
  1482                                       tabable: true
  1483                                       model: cancel
  1483                                       model: cancel
  1484                                       enableChannel: modifiedChannel
  1484                                       enableChannel: modifiedChannel
  1485                                       extent: (Point 146 24)
  1485                                       extent: (Point 231 24)
  1486                                     )
  1486                                     )
  1487                                    (ActionButtonSpec
  1487                                    (ActionButtonSpec
  1488                                       label: 'OK'
  1488                                       label: 'OK'
  1489                                       name: 'acceptButton'
  1489                                       name: 'acceptButton'
  1490                                       activeHelpKey: commitOK
  1490                                       activeHelpKey: commitOK
  1491                                       translateLabel: true
  1491                                       translateLabel: true
  1492                                       tabable: true
  1492                                       tabable: true
  1493                                       model: accept
  1493                                       model: accept
  1494                                       enableChannel: modifiedChannel
  1494                                       enableChannel: modifiedChannel
  1495                                       extent: (Point 146 24)
  1495                                       extent: (Point 231 24)
  1496                                     )
  1496                                     )
  1497                                    )
  1497                                    )
  1498                                  
  1498                                  
  1499                                 )
  1499                                 )
  1500                               )
  1500                               )
  1503                           )
  1503                           )
  1504                         )
  1504                         )
  1505                        )
  1505                        )
  1506                      
  1506                      
  1507                     )
  1507                     )
  1508                     handles: (Any 0.5 1.0)
  1508                     handles: (Any 0.30592105263158 1.0)
  1509                   )
  1509                   )
  1510                  )
  1510                  )
  1511                
  1511                
  1512               )
  1512               )
  1513             )
  1513             )