MenuEditor.st
changeset 1607 1823c35b66d2
parent 1606 54f978ea4b66
child 1609 3ebd61486dc9
equal deleted inserted replaced
1606:54f978ea4b66 1607:1823c35b66d2
  2411 !MenuEditor::Item class methodsFor:'interface - editor'!
  2411 !MenuEditor::Item class methodsFor:'interface - editor'!
  2412 
  2412 
  2413 addBindingsTo:aspects for:aMenuEditor
  2413 addBindingsTo:aspects for:aMenuEditor
  2414     "add additional bindings to the aspects
  2414     "add additional bindings to the aspects
  2415     "
  2415     "
  2416     aspects at:#falseChannel ifAbsentPut:[
       
  2417         false asValue
       
  2418     ].
       
  2419     aspects at:#notDelayedMenu ifAbsentPut:[
  2416     aspects at:#notDelayedMenu ifAbsentPut:[
  2420         true asValue
  2417         true asValue
  2421     ].
  2418     ].
  2422 ! !
  2419 ! !
  2423 
  2420 
  3296        #(#WindowSpec
  3293        #(#WindowSpec
  3297           #label: 'basicsEditSpec'
  3294           #label: 'basicsEditSpec'
  3298           #name: 'basicsEditSpec'
  3295           #name: 'basicsEditSpec'
  3299           #min: #(#Point 10 10)
  3296           #min: #(#Point 10 10)
  3300           #max: #(#Point 1160 870)
  3297           #max: #(#Point 1160 870)
  3301           #bounds: #(#Rectangle 346 355 686 695)
  3298           #bounds: #(#Rectangle 93 330 433 670)
  3302         )
  3299         )
  3303         #component: 
  3300         #component: 
  3304        #(#SpecCollection
  3301        #(#SpecCollection
  3305           #collection: #(
  3302           #collection: #(
  3306            #(#LabelSpec
  3303            #(#LabelSpec
  3389             )
  3386             )
  3390            #(#InputFieldSpec
  3387            #(#InputFieldSpec
  3391               #name: 'argumentField'
  3388               #name: 'argumentField'
  3392               #layout: #(#LayoutFrame 110 0 104 0 -5 1.0 126 0)
  3389               #layout: #(#LayoutFrame 110 0 104 0 -5 1.0 126 0)
  3393               #activeHelpKey: #basicsMenuArgument
  3390               #activeHelpKey: #basicsMenuArgument
       
  3391               #enableChannel: #notDelayedMenu
  3394               #tabable: true
  3392               #tabable: true
  3395               #model: #argument
  3393               #model: #argument
  3396               #group: #inputGroup
  3394               #group: #inputGroup
  3397               #type: #smalltalkObject
  3395               #type: #smalltalkObject
  3398               #immediateAccept: false
  3396               #immediateAccept: false