ImageEditor.st
changeset 3400 3cd67963333d
parent 3393 1cffdeb837af
child 3401 9f2865200e2f
equal deleted inserted replaced
3399:4330b8e3177e 3400:3cd67963333d
  1631              acceptOnPointerLeave: false
  1631              acceptOnPointerLeave: false
  1632            )
  1632            )
  1633           (ActionButtonSpec
  1633           (ActionButtonSpec
  1634              label: 'Now'
  1634              label: 'Now'
  1635              name: 'GropLeftNowButton'
  1635              name: 'GropLeftNowButton'
  1636              layout: (LayoutFrame 148 0 21 0 200 0 50 0)
  1636              layout: (LayoutFrame 148 0 21 0 202 0 50 0)
  1637              activeHelpKey: gropLeft
  1637              activeHelpKey: gropLeft
  1638              translateLabel: true
  1638              translateLabel: true
  1639              resizeForLabel: true
  1639              resizeForLabel: true
  1640              tabable: true
  1640              tabable: true
  1641              model: gropLeftNow
  1641              model: gropLeftNow
  1661              acceptOnPointerLeave: false
  1661              acceptOnPointerLeave: false
  1662            )
  1662            )
  1663           (ActionButtonSpec
  1663           (ActionButtonSpec
  1664              label: 'Now'
  1664              label: 'Now'
  1665              name: 'GropRightButton'
  1665              name: 'GropRightButton'
  1666              layout: (LayoutFrame 148 0 51 0 200 0 80 0)
  1666              layout: (LayoutFrame 148 0 51 0 202 0 80 0)
  1667              activeHelpKey: gropRight
  1667              activeHelpKey: gropRight
  1668              translateLabel: true
  1668              translateLabel: true
  1669              resizeForLabel: true
  1669              resizeForLabel: true
  1670              tabable: true
  1670              tabable: true
  1671              model: gropRightNow
  1671              model: gropRightNow
  1691              acceptOnPointerLeave: false
  1691              acceptOnPointerLeave: false
  1692            )
  1692            )
  1693           (ActionButtonSpec
  1693           (ActionButtonSpec
  1694              label: 'Now'
  1694              label: 'Now'
  1695              name: 'GropTopButton'
  1695              name: 'GropTopButton'
  1696              layout: (LayoutFrame 148 0 81 0 200 0 110 0)
  1696              layout: (LayoutFrame 148 0 81 0 202 0 110 0)
  1697              activeHelpKey: gropTop
  1697              activeHelpKey: gropTop
  1698              translateLabel: true
  1698              translateLabel: true
  1699              resizeForLabel: true
  1699              resizeForLabel: true
  1700              tabable: true
  1700              tabable: true
  1701              model: gropTopNow
  1701              model: gropTopNow
  1721              acceptOnPointerLeave: false
  1721              acceptOnPointerLeave: false
  1722            )
  1722            )
  1723           (ActionButtonSpec
  1723           (ActionButtonSpec
  1724              label: 'Now'
  1724              label: 'Now'
  1725              name: 'GropBottomButton'
  1725              name: 'GropBottomButton'
  1726              layout: (LayoutFrame 148 0 111 0 200 0 140 0)
  1726              layout: (LayoutFrame 148 0 111 0 202 0 140 0)
  1727              activeHelpKey: gropBottom
  1727              activeHelpKey: gropBottom
  1728              translateLabel: true
  1728              translateLabel: true
  1729              resizeForLabel: true
  1729              resizeForLabel: true
  1730              tabable: true
  1730              tabable: true
  1731              model: gropBottomNow
  1731              model: gropBottomNow
  1733              usePreferredWidth: true
  1733              usePreferredWidth: true
  1734            )
  1734            )
  1735           (HorizontalPanelViewSpec
  1735           (HorizontalPanelViewSpec
  1736              name: 'HorizontalPanel1'
  1736              name: 'HorizontalPanel1'
  1737              layout: (LayoutFrame 0 0.0 -30 1 -16 1.0 0 1)
  1737              layout: (LayoutFrame 0 0.0 -30 1 -16 1.0 0 1)
       
  1738              visibilityChannel: cropBoxIsDialog
  1738              horizontalLayout: fitSpace
  1739              horizontalLayout: fitSpace
  1739              verticalLayout: center
  1740              verticalLayout: center
  1740              horizontalSpace: 3
  1741              horizontalSpace: 3
  1741              verticalSpace: 3
  1742              verticalSpace: 3
  1742              reverseOrderIfOKAtLeft: true
  1743              reverseOrderIfOKAtLeft: true
  2181                             (ViewSpec
  2182                             (ViewSpec
  2182                                name: 'ColorBox'
  2183                                name: 'ColorBox'
  2183                                component: 
  2184                                component: 
  2184                               (SpecCollection
  2185                               (SpecCollection
  2185                                  collection: (
  2186                                  collection: (
       
  2187                                   (ViewSpec
       
  2188                                      name: 'CropBox'
       
  2189                                      layout: (LayoutFrame 0 0 0 0 0 1 0 1)
       
  2190                                      visibilityChannel: cropBoxVisibleHolder
       
  2191                                      component: 
       
  2192                                     (SpecCollection
       
  2193                                        collection: (
       
  2194                                         (UISubSpecification
       
  2195                                            name: 'SubSpecification1'
       
  2196                                            layout: (LayoutFrame 0 0 0 0 0 1 0 1)
       
  2197                                            minorKey: cropDialogSpec
       
  2198                                          )
       
  2199                                         )
       
  2200                                       
       
  2201                                      )
       
  2202                                    )
  2186                                   (MenuPanelSpec
  2203                                   (MenuPanelSpec
  2187                                      name: 'MouseButtonColorToolBar'
  2204                                      name: 'MouseButtonColorToolBar'
  2188                                      layout: (LayoutFrame 0 0.0 0 0 0 1.0 24 0)
  2205                                      layout: (LayoutFrame 0 0.0 0 0 0 1.0 24 0)
  2189                                      level: 0
  2206                                      level: 0
  2190                                      visibilityChannel: colorBoxVisibleHolder
  2207                                      visibilityChannel: colorBoxVisibleHolder
  2207                                      doubleClickSelector: doubleClickOnColor:
  2224                                      doubleClickSelector: doubleClickOnColor:
  2208                                      columnHolder: colorTableColumns
  2225                                      columnHolder: colorTableColumns
  2209                                      multipleSelectOk: true
  2226                                      multipleSelectOk: true
  2210                                      verticalSpacing: 1
  2227                                      verticalSpacing: 1
  2211                                      columnAdaptor: colorColumnAdaptor
  2228                                      columnAdaptor: colorColumnAdaptor
  2212                                    )
       
  2213                                   (ViewSpec
       
  2214                                      name: 'CropBox'
       
  2215                                      layout: (LayoutFrame 0 0 0 0 0 1 0 1)
       
  2216                                      visibilityChannel: cropBoxVisibleHolder
       
  2217                                      component: 
       
  2218                                     (SpecCollection
       
  2219                                        collection: (
       
  2220                                         (UISubSpecification
       
  2221                                            name: 'SubSpecification1'
       
  2222                                            layout: (LayoutFrame 0 0 0 0 0 1 0 1)
       
  2223                                            minorKey: cropDialogSpec
       
  2224                                          )
       
  2225                                         )
       
  2226                                       
       
  2227                                      )
       
  2228                                    )
  2229                                    )
  2229                                   )
  2230                                   )
  2230                                 
  2231                                 
  2231                                )
  2232                                )
  2232                              )
  2233                              )