ImageEditor.st
changeset 1806 2d642633ff7b
parent 1799 e605f0af928a
child 1820 3d834d5e5bb4
equal deleted inserted replaced
1805:cf1a9d636bf7 1806:2d642633ff7b
    48     [see also:]
    48     [see also:]
    49         ImageEditView Image
    49         ImageEditView Image
    50 
    50 
    51     [author:]
    51     [author:]
    52         Thomas Zwick, eXept Software AG
    52         Thomas Zwick, eXept Software AG
       
    53         Claus Gittinger, eXept Software AG
    53 "
    54 "
    54 ! !
    55 ! !
    55 
    56 
    56 !ImageEditor class methodsFor:'instance creation'!
    57 !ImageEditor class methodsFor:'instance creation'!
    57 
    58 
   987         window: 
   988         window: 
   988        (WindowSpec
   989        (WindowSpec
   989           label: 'New Image'
   990           label: 'New Image'
   990           name: 'New Image'
   991           name: 'New Image'
   991           min: (Point 10 10)
   992           min: (Point 10 10)
   992           bounds: (Rectangle 14 46 315 165)
   993           bounds: (Rectangle 0 0 301 119)
   993         )
   994         )
   994         component: 
   995         component: 
   995        (SpecCollection
   996        (SpecCollection
   996           collection: (
   997           collection: (
   997            (ViewSpec
   998            (ViewSpec
  1003                 collection: (
  1004                 collection: (
  1004                  (FramedBoxSpec
  1005                  (FramedBoxSpec
  1005                     label: 'Size'
  1006                     label: 'Size'
  1006                     name: 'framedBox1'
  1007                     name: 'framedBox1'
  1007                     layout: (LayoutFrame 1 0.0 7 0.0 0 0.4 76 0)
  1008                     layout: (LayoutFrame 1 0.0 7 0.0 0 0.4 76 0)
       
  1009                     style: (FontDescription helvetica medium roman 12)
  1008                     labelPosition: topLeft
  1010                     labelPosition: topLeft
  1009                     style: (FontDescription helvetica medium roman 12)
  1011                     translateLabel: true
  1010                     component: 
  1012                     component: 
  1011                    (SpecCollection
  1013                    (SpecCollection
  1012                       collection: (
  1014                       collection: (
  1013                        (ComboBoxSpec
  1015                        (ComboBoxSpec
  1014                           name: 'defaultSizesComboBox'
  1016                           name: 'defaultSizesComboBox'
  1025                   )
  1027                   )
  1026                  (FramedBoxSpec
  1028                  (FramedBoxSpec
  1027                     label: 'Color Map'
  1029                     label: 'Color Map'
  1028                     name: 'framedBox2'
  1030                     name: 'framedBox2'
  1029                     layout: (LayoutFrame 0 0.4 7 0.0 -1 1.0 76 0)
  1031                     layout: (LayoutFrame 0 0.4 7 0.0 -1 1.0 76 0)
       
  1032                     style: (FontDescription helvetica medium roman 12)
  1030                     labelPosition: topLeft
  1033                     labelPosition: topLeft
  1031                     style: (FontDescription helvetica medium roman 12)
  1034                     translateLabel: true
  1032                     component: 
  1035                     component: 
  1033                    (SpecCollection
  1036                    (SpecCollection
  1034                       collection: (
  1037                       collection: (
  1035                        (ComboListSpec
  1038                        (ComboListSpec
  1036                           name: 'colorMapComboBox'
  1039                           name: 'colorMapComboBox'