UIPropertyView.st
changeset 90 c18809a425d0
parent 85 23e9aebcbe35
child 111 c6699a14d3d9
equal deleted inserted replaced
89:35c5711729c2 90:c18809a425d0
   393           #'component:' 
   393           #'component:' 
   394            #(#SpecCollection
   394            #(#SpecCollection
   395               #'collection:' 
   395               #'collection:' 
   396                #(
   396                #(
   397                  #(#LabelSpec
   397                  #(#LabelSpec
       
   398                     #'name:' 'label0'
       
   399                     #'layout:' #(#AlignmentOrigin 71 0 7 0 1 0)
       
   400                     #'label:' 'Layout:'
       
   401                     #'backgroundColor:' #(#Color 66.9993 66.9993 66.9993)
       
   402                     #'initiallyInvisible:' false
       
   403                     #'level:' 0
       
   404                     #'adjust:' #center
       
   405                     #'hasCharacterOrientedLabel:' true
       
   406                 )
       
   407                  #(#PopUpListSpec
       
   408                     #'name:' 'popUpList1'
       
   409                     #'layout:' #(#LayoutFrame 74 0.0 7 0 -4 1.0 30 0)
       
   410                     #'label:' 'popup'
       
   411                     #'backgroundColor:' #(#Color 66.9993 66.9993 66.9993)
       
   412                     #'initiallyInvisible:' false
       
   413                     #'model:' #layoutType
       
   414                     #'menu:' #layoutTypeList
       
   415                 )
       
   416                  #(#LabelSpec
   398                     #'name:' 'label1'
   417                     #'name:' 'label1'
   399                     #'layout:' #(#AlignmentOrigin 99 0 62 0 1 0)
   418                     #'layout:' #(#AlignmentOrigin 99 0 62 0 1 0)
   400                     #'label:' 'horizontal:'
   419                     #'label:' 'horizontal:'
   401                     #'backgroundColor:' #(#Color 66.9993 66.9993 66.9993)
   420                     #'backgroundColor:' #(#Color 66.9993 66.9993 66.9993)
   402                     #'initiallyInvisible:' false
   421                     #'initiallyInvisible:' false
   438                     #'acceptOnReturn:' true
   457                     #'acceptOnReturn:' true
   439                     #'acceptOnTab:' true
   458                     #'acceptOnTab:' true
   440                     #'acceptOnLostFocus:' true
   459                     #'acceptOnLostFocus:' true
   441                     #'hasBorder:' false
   460                     #'hasBorder:' false
   442                 )
   461                 )
   443                  #(#LabelSpec
   462 "/                 #(#LabelSpec
   444                     #'name:' 'label0'
   463 "/                    #'name:' 'label0'
   445                     #'layout:' #(#Point 16 15)
   464 "/                    #'layout:' #(#Point 16 15)
   446                     #'label:' 'Extent:'
   465 "/                    #'label:' 'Extent:'
   447                     #'backgroundColor:' #(#Color 66.9993 66.9993 66.9993)
   466 "/                    #'backgroundColor:' #(#Color 66.9993 66.9993 66.9993)
   448                     #'initiallyInvisible:' false
   467 "/                    #'initiallyInvisible:' false
   449                     #'level:' 0
   468 "/                    #'level:' 0
   450                     #'adjust:' #left
   469 "/                    #'adjust:' #left
   451                     #'hasCharacterOrientedLabel:' true
   470 "/                    #'hasCharacterOrientedLabel:' true
   452                 )
   471 "/                )
   453               )
   472               )
   454           )
   473           )
   455       )
   474       )
   456 
   475 
   457     "Modified: 28.2.1997 / 13:15:05 / cg"
   476     "Modified: 28.3.1997 / 19:46:27 / cg"
   458 !
   477 !
   459 
   478 
   460 specificationLayoutFrame
   479 specificationLayoutFrame
   461     "this window spec was automatically generated by the ST/X UIPainter"
   480     "this window spec was automatically generated by the ST/X UIPainter"
   462 
   481 
  1436         self changed:#layoutType
  1455         self changed:#layoutType
  1437     ].
  1456     ].
  1438     self showSpec:spec.
  1457     self showSpec:spec.
  1439     modified := false.
  1458     modified := false.
  1440 
  1459 
       
  1460     "Modified: 28.3.1997 / 19:46:32 / cg"
  1441 !
  1461 !
  1442 
  1462 
  1443 updateLayout
  1463 updateLayout
  1444     "layout changed but not selection
  1464     "layout changed but not selection
  1445     "
  1465     "