UISelectionPanel.st
changeset 94 105fe34f32bc
parent 93 6c3ff0721248
child 97 1887c994511b
equal deleted inserted replaced
93:6c3ff0721248 94:105fe34f32bc
   542               )
   542               )
   543           )
   543           )
   544       )
   544       )
   545 !
   545 !
   546 
   546 
   547 textSpec
       
   548     "this window spec was automatically generated by the ST/X UIPainter"
       
   549 
       
   550     "do not manually edit this - the painter/builder may not be able to
       
   551      handle the specification if its corrupted."
       
   552 
       
   553     "
       
   554      UIPainter new openOnClass:UISelectionPanel andSelector:#textSpec
       
   555      UISelectionPanel new openInterface:#textSpec
       
   556     "
       
   557 
       
   558     <resource: #canvas>
       
   559 
       
   560     ^
       
   561      
       
   562        #(#FullSpec
       
   563           #'window:' 
       
   564            #(#WindowSpec
       
   565               #'name:' 'uIPainterView'
       
   566               #'layout:' #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
   567               #'label:' 'unnamed'
       
   568               #'bounds:' #(#Rectangle 0 0 450 100)
       
   569           )
       
   570           #'component:' 
       
   571            #(#SpecCollection
       
   572               #'collection:' 
       
   573                #(
       
   574                  #(#InputFieldSpec
       
   575                     #'name:' 'EditField'
       
   576                     #'layout:' #(#LayoutFrame 13 0 11 0 117 0 29 0)
       
   577                     #'immediateAccept:' false
       
   578                     #'acceptOnLeave:' true
       
   579                     #'acceptOnReturn:' true
       
   580                     #'acceptOnTab:' true
       
   581                     #'acceptOnLostFocus:' true
       
   582                     #'hasBorder:' false
       
   583                 )
       
   584                  #(#TextEditorSpec
       
   585                     #'name:' 'EditTextView'
       
   586                     #'layout:' #(#LayoutFrame 171 0 11 0 275 0 91 0)
       
   587                 )
       
   588                  #(#SequenceViewSpec
       
   589                     #'name:' 'SelectionInListView'
       
   590                     #'layout:' #(#LayoutFrame 329 0 11 0 433 0 91 0)
       
   591                     #'hasHorizontalScrollBar:' true
       
   592                     #'hasVerticalScrollBar:' true
       
   593                 )
       
   594                  #(#LabelSpec
       
   595                     #'name:' 'Text Label'
       
   596                     #'layout:' #(#LayoutFrame 13 0 41 0 117 0 57 0)
       
   597                     #'label:' 'Text Label'
       
   598                     #'initiallyInvisible:' false
       
   599                     #'translateLabel:' false
       
   600                     #'level:' 0
       
   601                     #'adjust:' #center
       
   602                     #'hasCharacterOrientedLabel:' true
       
   603                 )
       
   604               )
       
   605           )
       
   606       )
       
   607 !
       
   608 
       
   609 viewsSpec
   547 viewsSpec
   610     "this window spec was automatically generated by the ST/X UIPainter"
   548     "this window spec was automatically generated by the ST/X UIPainter"
   611 
   549 
   612     "do not manually edit this - the painter/builder may not be able to
   550     "do not manually edit this - the painter/builder may not be able to
   613      handle the specification if its corrupted."
   551      handle the specification if its corrupted."
   689               )
   627               )
   690           )
   628           )
   691       )
   629       )
   692 ! !
   630 ! !
   693 
   631 
       
   632 !UISelectionPanel class methodsFor:'interface specs'!
       
   633 
       
   634 textSpec
       
   635     "this window spec was automatically generated by the ST/X UIPainter"
       
   636 
       
   637     "do not manually edit this - the painter/builder may not be able to
       
   638      handle the specification if its corrupted."
       
   639 
       
   640     "
       
   641      UIPainter new openOnClass:UISelectionPanel andSelector:#textSpec
       
   642      UISelectionPanel new openInterface:#textSpec
       
   643     "
       
   644 
       
   645     <resource: #canvas>
       
   646 
       
   647     ^
       
   648      
       
   649        #(#FullSpec
       
   650           #'window:' 
       
   651            #(#WindowSpec
       
   652               #'name:' 'uIPainterView'
       
   653               #'layout:' #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
       
   654               #'label:' 'unnamed'
       
   655               #'bounds:' #(#Rectangle 0 0 573 264)
       
   656           )
       
   657           #'component:' 
       
   658            #(#SpecCollection
       
   659               #'collection:' 
       
   660                #(
       
   661                  #(#InputFieldSpec
       
   662                     #'name:' 'EditField'
       
   663                     #'layout:' #(#LayoutFrame 13 0 11 0 117 0 33 0)
       
   664                     #'immediateAccept:' false
       
   665                     #'acceptOnLeave:' true
       
   666                     #'acceptOnReturn:' true
       
   667                     #'acceptOnTab:' true
       
   668                     #'acceptOnLostFocus:' true
       
   669                     #'hasBorder:' false
       
   670                 )
       
   671                  #(#LabelSpec
       
   672                     #'name:' 'Text Label'
       
   673                     #'layout:' #(#LayoutFrame 13 0 41 0 117 0 57 0)
       
   674                     #'label:' 'Text Label'
       
   675                     #'initiallyInvisible:' false
       
   676                     #'translateLabel:' false
       
   677                     #'level:' 0
       
   678                     #'adjust:' #center
       
   679                     #'hasCharacterOrientedLabel:' true
       
   680                 )
       
   681                  #(#TextEditorSpec
       
   682                     #'name:' 'EditTextView'
       
   683                     #'layout:' #(#LayoutFrame 127 0 11 0 231 0 91 0)
       
   684                     #'hasHorizontalScrollBar:' true
       
   685                     #'hasVerticalScrollBar:' true
       
   686                 )
       
   687                  #(#TextEditorSpec
       
   688                     #'name:' 'EditTextView miniH'
       
   689                     #'layout:' #(#LayoutFrame 243 0 11 0 347 0 91 0)
       
   690                     #'hasHorizontalScrollBar:' true
       
   691                     #'hasVerticalScrollBar:' true
       
   692                     #'miniScrollerHorizontal:' true
       
   693                 )
       
   694                  #(#SequenceViewSpec
       
   695                     #'name:' 'SelectionInListView miniH'
       
   696                     #'layout:' #(#LayoutFrame 243 0 122 0 347 0 202 0)
       
   697                     #'hasHorizontalScrollBar:' true
       
   698                     #'hasVerticalScrollBar:' true
       
   699                     #'miniScrollerHorizontal:' true
       
   700                 )
       
   701                  #(#SequenceViewSpec
       
   702                     #'name:' 'SelectionInListView'
       
   703                     #'layout:' #(#LayoutFrame 127 0 122 0 231 0 202 0)
       
   704                     #'hasHorizontalScrollBar:' true
       
   705                     #'hasVerticalScrollBar:' true
       
   706                 )
       
   707               )
       
   708           )
       
   709       )
       
   710 
       
   711     "Modified: 8.4.1997 / 00:19:25 / cg"
       
   712 ! !
       
   713 
   694 !UISelectionPanel methodsFor:'accessing'!
   714 !UISelectionPanel methodsFor:'accessing'!
   695 
   715 
   696 labels:labels selectors:selectors receiver:receiver
   716 labels:labels selectors:selectors receiver:receiver
   697     "change specification and tabs
   717     "change specification and tabs
   698     "
   718     "