MenuEditor.st
changeset 716 7f95684c7f7d
parent 710 8c968790c885
child 725 9d3fa75a40e4
equal deleted inserted replaced
715:7eebac822985 716:7f95684c7f7d
   261      
   261      
   262        #(#FullSpec
   262        #(#FullSpec
   263           #window: 
   263           #window: 
   264            #(#WindowSpec
   264            #(#WindowSpec
   265               #name: 'unnamed canvas'
   265               #name: 'unnamed canvas'
   266               #layout: #(#LayoutFrame 302 0 220 0 568 0 538 0)
   266               #layout: #(#LayoutFrame 72 0 301 0 338 0 619 0)
   267               #label: 'unnamed canvas'
   267               #label: 'unnamed canvas'
   268               #min: #(#Point 10 10)
   268               #min: #(#Point 10 10)
   269               #max: #(#Point 1160 870)
   269               #max: #(#Point 1160 870)
   270               #bounds: #(#Rectangle 302 220 569 539)
   270               #bounds: #(#Rectangle 72 301 339 620)
   271               #usePreferredExtent: false
   271               #usePreferredExtent: false
   272           )
   272           )
   273           #component: 
   273           #component: 
   274            #(#SpecCollection
   274            #(#SpecCollection
   275               #collection: 
   275               #collection: 
   282                     #resizeForLabel: true
   282                     #resizeForLabel: true
   283                 )
   283                 )
   284                  #(#InputFieldSpec
   284                  #(#InputFieldSpec
   285                     #name: 'nameKeyField'
   285                     #name: 'nameKeyField'
   286                     #layout: #(#LayoutFrame 110 0 15 0 -5 1.0 37 0)
   286                     #layout: #(#LayoutFrame 110 0 15 0 -5 1.0 37 0)
   287                     #activeHelpKey: #basicsNameKey
       
   288                     #tabable: true
   287                     #tabable: true
   289                     #model: #nameKey
   288                     #model: #nameKey
   290                     #type: #symbolOrNil
   289                     #type: #symbolOrNil
   291                     #acceptOnReturn: false
   290                     #acceptOnReturn: false
   292                     #acceptOnTab: false
   291                     #acceptOnTab: false
  1512         anItem enabled:true.
  1511         anItem enabled:true.
  1513     ].
  1512     ].
  1514     ^menu
  1513     ^menu
  1515 !
  1514 !
  1516 
  1515 
  1517 useHelpDictionary:dictionaries
  1516 useHelpTool: aHelpTool
  1518 
  1517 
  1519     self noteBookView.
  1518     self noteBookView.
  1520     self helpTool helpSpecFrom: specClass.
  1519 
  1521     self helpTool dictionaries: dictionaries
  1520     self helpTool helpSpecFrom: aHelpTool specClass.
       
  1521     self helpTool dictionaries: aHelpTool dictionaries.
       
  1522     self helpTool dictionary:   aHelpTool dictionary
  1522 ! !
  1523 ! !
  1523 
  1524 
  1524 !MenuEditor methodsFor:'aspects'!
  1525 !MenuEditor methodsFor:'aspects'!
  1525 
  1526 
  1526 hasAnySingleSelection
  1527 hasAnySingleSelection