ImageEditor.st
changeset 932 7111238cda23
parent 930 4cf126b710b3
child 933 f090206aadff
equal deleted inserted replaced
931:059ac9cea31f 932:7111238cda23
   158 !
   158 !
   159 
   159 
   160 listOfDefaultSizes
   160 listOfDefaultSizes
   161     "returns the list of default sizes for a new image"
   161     "returns the list of default sizes for a new image"
   162 
   162 
   163     ^#('22x22' '16x16' '32x32')
   163     ^#('8x8' '16x16' '22x22' '32x32' '48x48' '64x64')
       
   164 
       
   165     "Modified: / 31.7.1998 / 01:57:34 / cg"
   164 ! !
   166 ! !
   165 
   167 
   166 !ImageEditor class methodsFor:'help specs'!
   168 !ImageEditor class methodsFor:'help specs'!
   167 
   169 
   168 helpSpec
   170 helpSpec
   361      
   363      
   362        #(#FullSpec
   364        #(#FullSpec
   363           #window: 
   365           #window: 
   364            #(#WindowSpec
   366            #(#WindowSpec
   365               #name: 'New Image'
   367               #name: 'New Image'
   366               #layout: #(#LayoutFrame 240 0 278 0 540 0 382 0)
   368               #layout: #(#LayoutFrame 102 0 64 0 402 0 182 0)
   367               #label: 'New Image'
   369               #label: 'New Image'
   368               #min: #(#Point 10 10)
   370               #min: #(#Point 10 10)
   369               #max: #(#Point 1152 900)
   371               #max: #(#Point 1152 900)
   370               #bounds: #(#Rectangle 240 278 541 383)
   372               #bounds: #(#Rectangle 102 64 403 183)
   371               #usePreferredExtent: false
   373               #usePreferredExtent: false
   372           )
   374           )
   373           #component: 
   375           #component: 
   374            #(#SpecCollection
   376            #(#SpecCollection
   375               #collection: 
   377               #collection: 
   381                      #(#SpecCollection
   383                      #(#SpecCollection
   382                         #collection: 
   384                         #collection: 
   383                          #(
   385                          #(
   384                            #(#FramedBoxSpec
   386                            #(#FramedBoxSpec
   385                               #name: 'framedBox1'
   387                               #name: 'framedBox1'
   386                               #layout: #(#LayoutFrame 1 0.0 7 0.0 0 0.4 66 0)
   388                               #layout: #(#LayoutFrame 1 0.0 7 0.0 0 0.4 76 0)
   387                               #component: 
   389                               #component: 
   388                                #(#SpecCollection
   390                                #(#SpecCollection
   389                                   #collection: 
   391                                   #collection: 
   390                                    #(
   392                                    #(
   391                                      #(#ComboBoxSpec
   393                                      #(#ComboBoxSpec
   392                                         #name: 'defaultSizesComboBox'
   394                                         #name: 'defaultSizesComboBox'
   393                                         #layout: #(#LayoutFrame 15 0.0 20 0.0 17 1.0 16 1.0)
   395                                         #layout: #(#LayoutFrame 11 0.0 25 0.0 108 0.0 48 0.0)
   394                                         #model: #selectionOfSize
   396                                         #model: #selectionOfSize
   395                                         #type: #string
   397                                         #type: #string
   396                                         #comboList: #listOfDefaultSizes
   398                                         #comboList: #listOfDefaultSizes
   397                                     )
   399                                     )
   398                                   )
   400                                   )
   401                               #labelPosition: #topLeft
   403                               #labelPosition: #topLeft
   402                               #style: #(#FontDescription #helvetica #medium #roman 12)
   404                               #style: #(#FontDescription #helvetica #medium #roman 12)
   403                           )
   405                           )
   404                            #(#FramedBoxSpec
   406                            #(#FramedBoxSpec
   405                               #name: 'framedBox2'
   407                               #name: 'framedBox2'
   406                               #layout: #(#LayoutFrame 0 0.4 7 0.0 -1 1.0 66 0)
   408                               #layout: #(#LayoutFrame 0 0.4 7 0.0 -1 1.0 76 0)
   407                               #component: 
   409                               #component: 
   408                                #(#SpecCollection
   410                                #(#SpecCollection
   409                                   #collection: 
   411                                   #collection: 
   410                                    #(
   412                                    #(
   411                                      #(#ComboListSpec
   413                                      #(#ComboListSpec
   412                                         #name: 'colorMapComboBox'
   414                                         #name: 'colorMapComboBox'
   413                                         #layout: #(#LayoutFrame 15 0.0 20 0.0 18 1.0 16 1.0)
   415                                         #layout: #(#LayoutFrame 15 0.0 24 0.0 163 0.0 47 0.0)
   414                                         #model: #selectionOfColorMap
   416                                         #model: #selectionOfColorMap
   415                                         #comboList: #listOfColorMaps
   417                                         #comboList: #listOfColorMaps
   416                                         #useIndex: false
   418                                         #useIndex: false
   417                                     )
   419                                     )
   418                                   )
   420                                   )
   432                     #minorKey: #windowSpecForCommitWithoutChannels
   434                     #minorKey: #windowSpecForCommitWithoutChannels
   433                 )
   435                 )
   434               )
   436               )
   435           )
   437           )
   436       )
   438       )
       
   439 
       
   440     "Modified: / 31.7.1998 / 01:56:31 / cg"
   437 !
   441 !
   438 
   442 
   439 windowSpec
   443 windowSpec
   440     "This resource specification was automatically generated
   444     "This resource specification was automatically generated
   441      by the UIPainter of ST/X."
   445      by the UIPainter of ST/X."