ImageEditor.st
changeset 3440 4e18ffc36717
parent 3436 c37d341dc7f7
child 3441 40faf7657f15
equal deleted inserted replaced
3439:d75c80b8a5ab 3440:4e18ffc36717
  2073              adjust: left
  2073              adjust: left
  2074            )
  2074            )
  2075           (LabelSpec
  2075           (LabelSpec
  2076              label: 'Hue:'
  2076              label: 'Hue:'
  2077              name: 'Label2'
  2077              name: 'Label2'
  2078              layout: (LayoutFrame 51 0 38 0 127 0 60 0)
  2078              layout: (LayoutFrame 29 0 38 0 127 0 60 0)
  2079              activeHelpKey: floodFillMaxError
  2079              activeHelpKey: floodFillMaxError
  2080              visibilityChannel: cropBoxIsNotDialog
  2080              visibilityChannel: cropBoxIsNotDialog
  2081              translateLabel: true
  2081              translateLabel: true
  2082              adjust: left
  2082              adjust: left
  2083            )
  2083            )
  2093              acceptOnPointerLeave: true
  2093              acceptOnPointerLeave: true
  2094            )
  2094            )
  2095           (LabelSpec
  2095           (LabelSpec
  2096              label: 'Light:'
  2096              label: 'Light:'
  2097              name: 'Label3'
  2097              name: 'Label3'
  2098              layout: (LayoutFrame 51 0 64 0 127 0 86 0)
  2098              layout: (LayoutFrame 29 0 64 0 127 0 86 0)
  2099              activeHelpKey: floodFillMaxError
  2099              activeHelpKey: floodFillMaxError
  2100              visibilityChannel: cropBoxIsNotDialog
  2100              visibilityChannel: cropBoxIsNotDialog
  2101              translateLabel: true
  2101              translateLabel: true
  2102              adjust: left
  2102              adjust: left
  2103            )
  2103            )
  2423        name: windowSpec
  2423        name: windowSpec
  2424        window: 
  2424        window: 
  2425       (WindowSpec
  2425       (WindowSpec
  2426          label: 'Image Editor'
  2426          label: 'Image Editor'
  2427          name: 'Image Editor'
  2427          name: 'Image Editor'
  2428          min: (Point 400 320)
  2428          min: (Point 600 350)
  2429          bounds: (Rectangle 0 0 632 446)
  2429          bounds: (Rectangle 0 0 632 446)
  2430          menu: menu
  2430          menu: menu
  2431          icon: defaultIcon
  2431          icon: defaultIcon
  2432        )
  2432        )
  2433        component: 
  2433        component: 
  2674            )
  2674            )
  2675           )
  2675           )
  2676         
  2676         
  2677        )
  2677        )
  2678      )
  2678      )
       
  2679 
       
  2680     "Modified: / 12-04-2017 / 09:23:55 / cg"
  2679 ! !
  2681 ! !
  2680 
  2682 
  2681 !ImageEditor class methodsFor:'menu specs'!
  2683 !ImageEditor class methodsFor:'menu specs'!
  2682 
  2684 
  2683 colorMapMenu
  2685 colorMapMenu