UISelectionPanel.st
changeset 531 ca500f8698eb
parent 397 be1357e3bf7f
child 598 fba415c8cf52
equal deleted inserted replaced
530:badaac1d45e7 531:ca500f8698eb
   369      
   369      
   370        #(#FullSpec
   370        #(#FullSpec
   371           #'window:' 
   371           #'window:' 
   372            #(#WindowSpec
   372            #(#WindowSpec
   373               #'name:' 'Buttons'
   373               #'name:' 'Buttons'
   374               #'layout:' #(#LayoutFrame 104 0 416 0 582 0 615 0)
   374               #'layout:' #(#LayoutFrame 74 0 56 0 552 0 255 0)
   375               #'label:' 'Buttons'
   375               #'label:' 'Buttons'
   376               #'min:' #(#Point 10 10)
   376               #'min:' #(#Point 10 10)
   377               #'max:' #(#Point 1280 1024)
   377               #'max:' #(#Point 1280 1024)
   378               #'bounds:' #(#Rectangle 104 416 583 616)
   378               #'bounds:' #(#Rectangle 74 56 553 256)
       
   379               #'usePreferredExtent:' false
   379           )
   380           )
   380           #'component:' 
   381           #'component:' 
   381            #(#SpecCollection
   382            #(#SpecCollection
   382               #'collection:' 
   383               #'collection:' 
   383                #(
   384                #(
   460                     #'name:' 'Button - close'
   461                     #'name:' 'Button - close'
   461                     #'layout:' #(#LayoutFrame 20 0 139 0 119 0 161 0)
   462                     #'layout:' #(#LayoutFrame 20 0 139 0 119 0 161 0)
   462                     #'label:' 'dismiss'
   463                     #'label:' 'dismiss'
   463                     #'model:' #closeRequest
   464                     #'model:' #closeRequest
   464                 )
   465                 )
       
   466                  #(#ButtonSpec
       
   467                     #'name:' 'ModelButton'
       
   468                     #'layout:' #(#LayoutFrame 135 0 139 0 234 0 161 0)
       
   469                     #'label:' 'ModelButton'
       
   470                 )
   465               )
   471               )
   466           )
   472           )
   467       )
   473       )
   468 
   474 
   469     "Modified: 4.10.1997 / 15:06:03 / cg"
   475     "Modified: / 30.1.1998 / 04:35:59 / cg"
   470 !
   476 !
   471 
   477 
   472 standardCanvas
   478 standardCanvas
   473     "this window spec was automatically generated by the ST/X UIPainter"
   479     "this window spec was automatically generated by the ST/X UIPainter"
   474 
   480