ImageEditor.st
changeset 1985 8c887bee94fa
parent 1980 862d4036cebd
child 1987 3889bd6912fb
equal deleted inserted replaced
1984:6e994247bf8e 1985:8c887bee94fa
  1561            (UISubSpecification
  1561            (UISubSpecification
  1562               name: 'infoBarSubSpec'
  1562               name: 'infoBarSubSpec'
  1563               layout: (LayoutFrame 0 0.0 -24 1 0 1.0 0 1.0)
  1563               layout: (LayoutFrame 0 0.0 -24 1 0 1.0 0 1.0)
  1564               majorKey: ToolApplicationModel
  1564               majorKey: ToolApplicationModel
  1565               minorKey: windowSpecForInfoBar
  1565               minorKey: windowSpecForInfoBar
  1566             )
       
  1567            )
       
  1568          
       
  1569         )
       
  1570       )
       
  1571 !
       
  1572 
       
  1573 windowSpecInBrowser
       
  1574     "This resource specification was automatically generated
       
  1575      by the UIPainter of ST/X."
       
  1576 
       
  1577     "Do not manually edit this!! If it is corrupted,
       
  1578      the UIPainter may not be able to read the specification."
       
  1579 
       
  1580     "
       
  1581      UIPainter new openOnClass:ImageEditor andSelector:#windowSpecInBrowser
       
  1582      ImageEditor new openInterface:#windowSpecInBrowser
       
  1583     "
       
  1584 
       
  1585     <resource: #canvas>
       
  1586 
       
  1587     ^ 
       
  1588      #(FullSpec
       
  1589         name: windowSpecInBrowser
       
  1590         window: 
       
  1591        (WindowSpec
       
  1592           label: 'Image Editor'
       
  1593           name: 'Image Editor'
       
  1594           min: (Point 400 320)
       
  1595           bounds: (Rectangle 0 0 450 350)
       
  1596           menu: menu
       
  1597         )
       
  1598         component: 
       
  1599        (SpecCollection
       
  1600           collection: (
       
  1601            (MenuPanelSpec
       
  1602               name: 'ToolBar1'
       
  1603               layout: (LayoutFrame 0 0 0 0 0 1 30 0)
       
  1604               menu: menu
       
  1605             )
       
  1606            (UISubSpecification
       
  1607               name: 'SubSpecification1'
       
  1608               layout: (LayoutFrame 0 0 30 0 0 1 0 1)
       
  1609               majorKey: ImageEditor
       
  1610               minorKey: windowSpec
       
  1611             )
  1566             )
  1612            )
  1567            )
  1613          
  1568          
  1614         )
  1569         )
  1615       )
  1570       )