MethodFinderWindow.st
changeset 3699 1070017213b7
parent 3698 173ace914343
child 3708 e709d40e6bc9
equal deleted inserted replaced
3698:173ace914343 3699:1070017213b7
   181     <resource: #canvas>
   181     <resource: #canvas>
   182 
   182 
   183     ^ 
   183     ^ 
   184     #(FullSpec
   184     #(FullSpec
   185        name: windowSpec
   185        name: windowSpec
   186        uuid: '4698b584-a993-11e9-b8a4-b8f6b1108e05'
   186        uuid: 'be8179c6-aa21-11e9-8c78-b8f6b1108e05'
   187        window: 
   187        window: 
   188       (WindowSpec
   188       (WindowSpec
   189          label: 'MethodFinder'
   189          label: 'MethodFinder'
   190          name: 'MethodFinder'
   190          name: 'MethodFinder'
   191          uuid: '5fb0c87a-89f6-11e9-8df0-b8f6b1108e05'
   191          uuid: '5fb0c87a-89f6-11e9-8df0-b8f6b1108e05'
   437                               (SpecCollection
   437                               (SpecCollection
   438                                  collection: (
   438                                  collection: (
   439                                   (LabelSpec
   439                                   (LabelSpec
   440                                      label: 'Selector Pattern:'
   440                                      label: 'Selector Pattern:'
   441                                      name: 'Label1'
   441                                      name: 'Label1'
   442                                      layout: (LayoutFrame 0 0 0 0 0 0.5 25 0)
   442                                      layout: (LayoutFrame 0 0 0 0 0 1 25 0)
   443                                      uuid: '5fb0f908-89f6-11e9-8df0-b8f6b1108e05'
   443                                      uuid: '5fb0f908-89f6-11e9-8df0-b8f6b1108e05'
   444                                      translateLabel: true
   444                                      translateLabel: true
   445                                      adjust: left
   445                                      adjust: left
   446                                    )
   446                                    )
   447                                   (InputFieldSpec
   447                                   (InputFieldSpec
   544            )
   544            )
   545           )
   545           )
   546         
   546         
   547        )
   547        )
   548      )
   548      )
   549 
       
   550     "Modified: / 19-07-2019 / 12:01:07 / Claus Gittinger"
       
   551 !
   549 !
   552 
   550 
   553 windowSpec_old
   551 windowSpec_old
   554     "This resource specification was automatically generated
   552     "This resource specification was automatically generated
   555      by the UIPainter of ST/X."
   553      by the UIPainter of ST/X."