UISelectionPanel.st
changeset 189 bb569079ae6b
parent 182 5e0f65e92d95
child 190 8110fbe94104
equal deleted inserted replaced
188:8091a35bccf1 189:bb569079ae6b
   872                     #'layout:' #(#LayoutFrame 20 0 100 0 199 0 122 0)
   872                     #'layout:' #(#LayoutFrame 20 0 100 0 199 0 122 0)
   873                 )
   873                 )
   874                  #(#LabelSpec
   874                  #(#LabelSpec
   875                     #'name:' 'Text Label'
   875                     #'name:' 'Text Label'
   876                     #'layout:' #(#LayoutFrame 20 0 128 0 199 0 150 0)
   876                     #'layout:' #(#LayoutFrame 20 0 128 0 199 0 150 0)
   877                     #'label:' ''
   877                     #'label:' 'Label'
   878                 )
   878                 )
   879                  #(#TextEditorSpec
   879                  #(#TextEditorSpec
   880                     #'name:' 'EditTextView'
   880                     #'name:' 'EditTextView'
   881                     #'layout:' #(#LayoutFrame 20 0 13 0 199 0 94 0)
   881                     #'layout:' #(#LayoutFrame 20 0 13 0 199 0 94 0)
   882                     #'hasHorizontalScrollBar:' true
   882                     #'hasHorizontalScrollBar:' true
   922                 )
   922                 )
   923                  #(#LabelSpec
   923                  #(#LabelSpec
   924                     #'name:' 'label2'
   924                     #'name:' 'label2'
   925                     #'layout:' #(#AlignmentOrigin 295 0 91 0 0 1)
   925                     #'layout:' #(#AlignmentOrigin 295 0 91 0 0 1)
   926                     #'label:' 'SelectionInList'
   926                     #'label:' 'SelectionInList'
   927                     #'style:' 
       
   928                      #(#FontDescription
       
   929                         #helvetica #medium
       
   930                         #roman #'10'
       
   931                     )
       
   932                     #'adjust:' #left
       
   933                     #'resizeForLabel:' true
       
   934                     #'canUIDrag:' false
       
   935                 )
       
   936                  #(#LabelSpec
       
   937                     #'name:' 'labelInLabel'
       
   938                     #'layout:' #(#AlignmentOrigin 24 0 139 0 0 0.5)
       
   939                     #'label:' 'Label'
       
   940                     #'style:' 
   927                     #'style:' 
   941                      #(#FontDescription
   928                      #(#FontDescription
   942                         #helvetica #medium
   929                         #helvetica #medium
   943                         #roman #'10'
   930                         #roman #'10'
   944                     )
   931                     )
  1061                     )
  1048                     )
  1062                     #'adjust:' #left
  1049                     #'adjust:' #left
  1063                     #'resizeForLabel:' true
  1050                     #'resizeForLabel:' true
  1064                     #'canUIDrag:' false
  1051                     #'canUIDrag:' false
  1065                 )
  1052                 )
       
  1053                  #(#ArbitraryComponentSpec
       
  1054                     #'name:' 'ArbitraryComponent'
       
  1055                     #'layout:' #(#LayoutFrame 278 0 14 0 392 0 94 0)
       
  1056                     #'hasHorizontalScrollBar:' false
       
  1057                     #'hasVerticalScrollBar:' false
       
  1058                     #'hasBorder:' false
       
  1059                 )
  1066                  #(#RegionSpec
  1060                  #(#RegionSpec
  1067                     #'name:' 'Region'
  1061                     #'name:' 'Region'
  1068                     #'layout:' #(#LayoutFrame 278 0 14 0 358 0 94 0)
  1062                     #'layout:' #(#LayoutFrame 146 0 107 0 211 0 172 0)
  1069                     #'lineWidth:' 2
  1063                     #'lineWidth:' 2
  1070                     #'regionType:' #ellipse
  1064                     #'regionType:' #ellipse
  1071                 )
  1065                 )
  1072                  #(#LabelSpec
  1066                  #(#LabelSpec
  1073                     #'name:' 'RegionLabel'
  1067                     #'name:' 'RegionLabel'
  1074                     #'layout:' #(#AlignmentOrigin 319 0 54 0 0.5 0.5)
  1068                     #'layout:' #(#AlignmentOrigin 181 0 140 0 0.5 0.5)
  1075                     #'label:' 'Region'
  1069                     #'label:' 'Region'
  1076                     #'style:' 
  1070                     #'style:' 
  1077                      #(#FontDescription
  1071                      #(#FontDescription
  1078                         #helvetica #medium
  1072                         #helvetica #medium
  1079                         #roman #'10'
  1073                         #roman #'10'
  1080                     )
  1074                     )
       
  1075                     #'resizeForLabel:' true
       
  1076                     #'canUIDrag:' false
       
  1077                 )
       
  1078                  #(#LabelSpec
       
  1079                     #'name:' 'ArbitraryComponentLabel'
       
  1080                     #'layout:' #(#AlignmentOrigin 284 0 20 0 0 0)
       
  1081                     #'label:' 'ArbitraryComponent'
       
  1082                     #'style:' 
       
  1083                      #(#FontDescription
       
  1084                         #helvetica #medium
       
  1085                         #roman #'10'
       
  1086                     )
       
  1087                     #'adjust:' #left
  1081                     #'resizeForLabel:' true
  1088                     #'resizeForLabel:' true
  1082                     #'canUIDrag:' false
  1089                     #'canUIDrag:' false
  1083                 )
  1090                 )
  1084               )
  1091               )
  1085           )
  1092           )
  1463 
  1470 
  1464 !UISelectionPanel class methodsFor:'documentation'!
  1471 !UISelectionPanel class methodsFor:'documentation'!
  1465 
  1472 
  1466 version
  1473 version
  1467     ^ '$Header$'
  1474     ^ '$Header$'
  1468 
       
  1469 ! !
  1475 ! !