MethodFinderWindow.st
changeset 3698 173ace914343
parent 3697 46c77420db3b
child 3699 1070017213b7
equal deleted inserted replaced
3697:46c77420db3b 3698:173ace914343
   231                                      layout: (LayoutFrame 0 0 0 0 0 0.34000000000000002 28 0)
   231                                      layout: (LayoutFrame 0 0 0 0 0 0.34000000000000002 28 0)
   232                                      uuid: '5fb0d6b2-89f6-11e9-8df0-b8f6b1108e05'
   232                                      uuid: '5fb0d6b2-89f6-11e9-8df0-b8f6b1108e05'
   233                                      translateLabel: true
   233                                      translateLabel: true
   234                                    )
   234                                    )
   235                                   (ComboListSpec
   235                                   (ComboListSpec
   236                                      name: 'allowedArgments'
   236                                      name: 'AllowedArguments'
   237                                      layout: (LayoutFrame 0 0.34000000000000002 1 0 0 0.64000000000000135 28 0)
   237                                      layout: (LayoutFrame 0 0.34000000000000002 1 0 0 0.64000000000000135 28 0)
   238                                      activeHelpKey: argumentCount
   238                                      activeHelpKey: argumentCount
   239                                      uuid: '5fb0da9a-89f6-11e9-8df0-b8f6b1108e05'
   239                                      uuid: '5fb0da9a-89f6-11e9-8df0-b8f6b1108e05'
   240                                      model: argCountHolder
   240                                      model: argCountHolder
   241                                      comboList: argCountList
   241                                      comboList: argCountList
   544            )
   544            )
   545           )
   545           )
   546         
   546         
   547        )
   547        )
   548      )
   548      )
       
   549 
       
   550     "Modified: / 19-07-2019 / 12:01:07 / Claus Gittinger"
   549 !
   551 !
   550 
   552 
   551 windowSpec_old
   553 windowSpec_old
   552     "This resource specification was automatically generated
   554     "This resource specification was automatically generated
   553      by the UIPainter of ST/X."
   555      by the UIPainter of ST/X."
   601                                name: 'ReceiverLabel'
   603                                name: 'ReceiverLabel'
   602                                layout: (LayoutFrame 0 0 0 0 0 0.34000000000000002 28 0)
   604                                layout: (LayoutFrame 0 0 0 0 0 0.34000000000000002 28 0)
   603                                translateLabel: true
   605                                translateLabel: true
   604                              )
   606                              )
   605                             (ComboListSpec
   607                             (ComboListSpec
   606                                name: 'allowedArgments'
   608                                name: 'AllowedArguments'
   607                                layout: (LayoutFrame 0 0.34000000000000002 1 0 0 0.64000000000000046 28 0)
   609                                layout: (LayoutFrame 0 0.34000000000000002 1 0 0 0.64000000000000046 28 0)
   608                                activeHelpKey: argumentCount
   610                                activeHelpKey: argumentCount
   609                                model: argCountHolder
   611                                model: argCountHolder
   610                                comboList: argCountList
   612                                comboList: argCountList
   611                                useIndex: true
   613                                useIndex: true
   862            )
   864            )
   863           )
   865           )
   864         
   866         
   865        )
   867        )
   866      )
   868      )
       
   869 
       
   870     "Modified: / 19-07-2019 / 12:01:12 / Claus Gittinger"
   867 ! !
   871 ! !
   868 
   872 
   869 !MethodFinderWindow class methodsFor:'menu specs'!
   873 !MethodFinderWindow class methodsFor:'menu specs'!
   870 
   874 
   871 implementorListMenu
   875 implementorListMenu
  1773 !
  1777 !
  1774 
  1778 
  1775 showMeHowItWorks
  1779 showMeHowItWorks
  1776     ShowMeHowItWorks do:#(
  1780     ShowMeHowItWorks do:#(
  1777         ( showing: 'Choose the number of arguments' do:(
  1781         ( showing: 'Choose the number of arguments' do:(
  1778             moveTo: NumberOfArguments
  1782             moveTo: AllowedArguments
  1779             select: '1' 
  1783             select: '1 argument' 
  1780         ))  
  1784         ))  
  1781         (showing: 'Click into the "receiver" field' do:(
  1785         (showing: 'Click into the "receiver" field' do:(
  1782             moveTo: ReceiverEditor
  1786             moveTo: ReceiverEditor
  1783             click: ReceiverEditor 
  1787             click: ReceiverEditor 
  1784         ))
  1788         ))
  1794         ))
  1798         ))
  1795         
  1799         
  1796     )
  1800     )
  1797 
  1801 
  1798     "Created: / 18-07-2019 / 21:59:06 / Claus Gittinger"
  1802     "Created: / 18-07-2019 / 21:59:06 / Claus Gittinger"
  1799     "Modified: / 19-07-2019 / 11:05:20 / Claus Gittinger"
  1803     "Modified: / 19-07-2019 / 14:20:41 / Claus Gittinger"
  1800 ! !
  1804 ! !
  1801 
  1805 
  1802 !MethodFinderWindow methodsFor:'private'!
  1806 !MethodFinderWindow methodsFor:'private'!
  1803 
  1807 
  1804 argumentEditorsContents
  1808 argumentEditorsContents