ResourceSelectionBrowser.st
changeset 436 07be1c96bb58
parent 435 1a9f248ed815
child 463 947f89198464
equal deleted inserted replaced
435:1a9f248ed815 436:07be1c96bb58
    85      
    85      
    86        #(#FullSpec
    86        #(#FullSpec
    87           #'window:' 
    87           #'window:' 
    88            #(#WindowSpec
    88            #(#WindowSpec
    89               #'name:' 'Resource Browser'
    89               #'name:' 'Resource Browser'
    90               #'layout:' #(#LayoutFrame 177 0 194 0 576 0 493 0)
    90               #'layout:' #(#LayoutFrame 279 0 387 0 690 0 686 0)
    91               #'label:' 'Resource Browser'
    91               #'label:' 'Resource Browser'
    92               #'min:' #(#Point 400 300)
    92               #'min:' #(#Point 400 300)
    93               #'max:' #(#Point 1152 864)
    93               #'max:' #(#Point 1152 864)
    94               #'bounds:' #(#Rectangle 177 194 577 494)
    94               #'bounds:' #(#Rectangle 279 387 691 687)
    95               #'usePreferredExtent:' false
    95               #'usePreferredExtent:' false
    96           )
    96           )
    97           #'component:' 
    97           #'component:' 
    98            #(#SpecCollection
    98            #(#SpecCollection
    99               #'collection:' 
    99               #'collection:' 
   175                           )
   175                           )
   176                         )
   176                         )
   177                     )
   177                     )
   178                     #'handles:' #(#Any 0.5 1.0)
   178                     #'handles:' #(#Any 0.5 1.0)
   179                 )
   179                 )
   180                  #(#HorizontalPanelViewSpec
   180                  #(#UISubSpecification
   181                     #'name:' 'horizontalPanelView'
   181                     #'name:' 'SubSpecification'
   182                     #'layout:' #(#LayoutFrame 0 0.0 -40 1 0 1.0 0 1.0)
   182                     #'layout:' #(#LayoutFrame 2 0.0 -32 1 -2 1.0 -8 1.0)
   183                     #'component:' 
   183                     #'majorKey:' #ToolApplicationModel
   184                      #(#SpecCollection
   184                     #'minorKey:' #windowSpecForCommitWithoutChannels
   185                         #'collection:' 
       
   186                          #(
       
   187                            #(#ActionButtonSpec
       
   188                               #'name:' 'actionButton2'
       
   189                               #'label:' 'Cancel'
       
   190                               #'model:' #cancel
       
   191                               #'extent:' #(#Point 99 24)
       
   192                           )
       
   193                            #(#ActionButtonSpec
       
   194                               #'name:' 'actionButton1'
       
   195                               #'label:' 'OK'
       
   196                               #'model:' #accept
       
   197                               #'extent:' #(#Point 99 24)
       
   198                           )
       
   199                         )
       
   200                     )
       
   201                     #'level:' 1
       
   202                     #'horizontalLayout:' #center
       
   203                     #'verticalLayout:' #center
       
   204                     #'horizontalSpace:' 3
       
   205                     #'verticalSpace:' 3
       
   206                 )
   185                 )
   207               )
   186               )
   208           )
   187           )
   209       )
   188       )
   210 ! !
   189 ! !