MenuEditor.st
changeset 981 5b3b9588e57d
parent 971 f3b1476f5006
child 1007 98f4db3e2d23
equal deleted inserted replaced
980:bd21079f40e1 981:5b3b9588e57d
   401                     #acceptOnReturn: false
   401                     #acceptOnReturn: false
   402                     #acceptOnTab: false
   402                     #acceptOnTab: false
   403                 )
   403                 )
   404                  #(#LabelSpec
   404                  #(#LabelSpec
   405                     #name: 'valueLabel'
   405                     #name: 'valueLabel'
       
   406                     #layout: #(#AlignmentOrigin 107 0 90 0 1 0.5)
   406                     #activeHelpKey: #basicsAction
   407                     #activeHelpKey: #basicsAction
   407                     #layout: #(#AlignmentOrigin 107 0 90 0 1 0.5)
       
   408                     #label: 'Action:'
   408                     #label: 'Action:'
   409                     #adjust: #right
   409                     #adjust: #right
   410                     #resizeForLabel: true
   410                     #resizeForLabel: true
   411                 )
   411                 )
   412                  #(#InputFieldSpec
   412                  #(#InputFieldSpec
   457                     #group: #inputGroup
   457                     #group: #inputGroup
   458                     #type: #symbolOrNil
   458                     #type: #symbolOrNil
   459                     #acceptOnReturn: false
   459                     #acceptOnReturn: false
   460                     #acceptOnTab: false
   460                     #acceptOnTab: false
   461                 )
   461                 )
   462                  #(#CheckBoxSpec
       
   463                     #name: 'translateLabelCheckBox'
       
   464                     #layout: #(#Point 20 230)
       
   465                     #activeHelpKey: #basicsTranslateLabel
       
   466                     #tabable: true
       
   467                     #model: #translateLabel
       
   468                     #label: 'Translate Label'
       
   469                 )
       
   470                  #(#CheckBoxSpec
       
   471                     #name: 'isButtonCheckBox'
       
   472                     #layout: #(#Point 20 259)
       
   473                     #activeHelpKey: #basicsIsButton
       
   474                     #tabable: true
       
   475                     #model: #isButton
       
   476                     #label: 'Is Button'
       
   477                 )
       
   478                  #(#LabelSpec
   462                  #(#LabelSpec
   479                     #name: 'choiceLabel'
   463                     #name: 'choiceLabel'
   480                     #layout: #(#AlignmentOrigin 107 0 180 0 1 0.5)
   464                     #layout: #(#AlignmentOrigin 107 0 180 0 1 0.5)
   481                     #activeHelpKey: #basicsChoice
   465                     #activeHelpKey: #basicsChoice
   482                     #label: 'Choice:'
   466                     #label: 'Choice:'
   496                     #acceptOnReturn: false
   480                     #acceptOnReturn: false
   497                     #acceptOnTab: false
   481                     #acceptOnTab: false
   498                 )
   482                 )
   499                  #(#LabelSpec
   483                  #(#LabelSpec
   500                     #name: 'choiceValueLabel'
   484                     #name: 'choiceValueLabel'
       
   485                     #layout: #(#AlignmentOrigin 107 0 205 0 1 0.5)
   501                     #activeHelpKey: #basicsChoiceValue
   486                     #activeHelpKey: #basicsChoiceValue
   502                     #layout: #(#AlignmentOrigin 107 0 205 0 1 0.5)
       
   503                     #label: 'Value:'
   487                     #label: 'Value:'
   504                     #translateLabel: true
   488                     #translateLabel: true
   505                     #adjust: #right
   489                     #adjust: #right
   506                     #resizeForLabel: true
   490                     #resizeForLabel: true
   507                 )
   491                 )
   512                     #enableChannel: #choiceValueEnabled
   496                     #enableChannel: #choiceValueEnabled
   513                     #tabable: true
   497                     #tabable: true
   514                     #model: #choiceValue
   498                     #model: #choiceValue
   515                     #group: #inputGroup
   499                     #group: #inputGroup
   516                     #type: #smalltalkObject
   500                     #type: #smalltalkObject
       
   501                     #immediateAccept: false
       
   502                     #acceptOnLeave: true
   517                     #acceptOnReturn: true
   503                     #acceptOnReturn: true
   518                     #acceptOnTab: true
   504                     #acceptOnTab: true
   519                     #acceptOnLeave: true
       
   520                     #acceptOnLostFocus: true
   505                     #acceptOnLostFocus: true
   521                     #immediateAccept: false
   506                 )
       
   507                  #(#CheckBoxSpec
       
   508                     #name: 'translateLabelCheckBox'
       
   509                     #layout: #(#Point 20 230)
       
   510                     #activeHelpKey: #basicsTranslateLabel
       
   511                     #tabable: true
       
   512                     #model: #translateLabel
       
   513                     #label: 'Translate Label'
       
   514                 )
       
   515                  #(#CheckBoxSpec
       
   516                     #name: 'isButtonCheckBox'
       
   517                     #layout: #(#Point 20 259)
       
   518                     #activeHelpKey: #basicsIsButton
       
   519                     #tabable: true
       
   520                     #model: #isButton
       
   521                     #label: 'Is Button'
   522                 )
   522                 )
   523               )
   523               )
   524           )
   524           )
   525       )
   525       )
   526 
       
   527     "Modified: / 18.8.1998 / 16:20:26 / cg"
       
   528 !
   526 !
   529 
   527 
   530 basicsLinkSpec
   528 basicsLinkSpec
   531     "This resource specification was automatically generated
   529     "This resource specification was automatically generated
   532      by the UIPainter of ST/X."
   530      by the UIPainter of ST/X."