ToolApplicationModel.st
changeset 1530 8869f644158e
parent 1526 02941e80a146
child 1538 e906245e5171
equal deleted inserted replaced
1529:0c9e38ea3261 1530:8869f644158e
   523      ToolApplicationModel new openInterface:#windowSpecForInfoBar
   523      ToolApplicationModel new openInterface:#windowSpecForInfoBar
   524     "
   524     "
   525 
   525 
   526     <resource: #canvas>
   526     <resource: #canvas>
   527 
   527 
   528     ^
   528     ^ 
   529      
   529      #(#FullSpec
   530        #(#FullSpec
   530         #name: #windowSpecForInfoBar
   531           #window: 
   531         #window: 
   532            #(#WindowSpec
   532        #(#WindowSpec
   533               #name: 'Info Bar'
   533           #label: 'Info Bar'
   534               #layout: #(#LayoutFrame 233 0 218 0 732 0 563 0)
   534           #name: 'Info Bar'
   535               #label: 'Info Bar'
   535           #min: #(#Point 400 320)
   536               #min: #(#Point 400 320)
   536           #max: #(#Point 1152 900)
   537               #max: #(#Point 1152 900)
   537           #bounds: #(#Rectangle 13 23 513 369)
   538               #bounds: #(#Rectangle 233 218 733 564)
   538           #menu: #menu
   539               #menu: #menu
   539         )
   540               #usePreferredExtent: false
   540         #component: 
   541           )
   541        #(#SpecCollection
   542           #component: 
   542           #collection: #(
   543            #(#SpecCollection
   543            #(#ViewSpec
   544               #collection: 
   544               #name: 'view'
   545                #(
   545               #layout: #(#LayoutFrame 0 0.0 0 0.0 -1 1.0 -1 1.0)
   546                  #(#ViewSpec
   546               #component: 
   547                     #name: 'view'
   547              #(#SpecCollection
   548                     #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
   548                 #collection: #(
   549                     #component: 
   549                  #(#LabelSpec
   550                      #(#SpecCollection
   550                     #name: 'infoLabel'
   551                         #collection: 
   551                     #layout: #(#LayoutFrame 2 0.0 1 0.0 -1 1.0 -1 1.0)
   552                          #(
   552                     #level: -1
   553                            #(#LabelSpec
   553                     #labelChannel: #valueOfInfoLabel
   554                               #name: 'infoLabel'
   554                     #resizeForLabel: false
   555                               #layout: #(#LayoutFrame 2 0.0 1 0.0 -1 1.0 -1 1.0)
   555                     #adjust: #left
   556                               #labelChannel: #valueOfInfoLabel
   556                   )
   557                               #level: -1
   557                  )
   558                               #adjust: #left
   558                
   559                               #resizeForLabel: false
       
   560                           )
       
   561                         )
       
   562                     )
       
   563                 )
       
   564               )
   559               )
   565           )
   560             )
       
   561            )
       
   562          
       
   563         )
   566       )
   564       )
       
   565 
       
   566     "Modified: / 15.11.2001 / 22:42:07 / cg"
   567 !
   567 !
   568 
   568 
   569 windowSpecForInfoBarWithClock
   569 windowSpecForInfoBarWithClock
   570     "This resource specification was automatically generated
   570     "This resource specification was automatically generated
   571      by the UIPainter of ST/X."
   571      by the UIPainter of ST/X."
   587        #(#WindowSpec
   587        #(#WindowSpec
   588           #label: 'Info Bar'
   588           #label: 'Info Bar'
   589           #name: 'Info Bar'
   589           #name: 'Info Bar'
   590           #min: #(#Point 400 320)
   590           #min: #(#Point 400 320)
   591           #max: #(#Point 1152 900)
   591           #max: #(#Point 1152 900)
   592           #bounds: #(#Rectangle 12 22 512 342)
   592           #bounds: #(#Rectangle 13 23 513 343)
   593           #menu: #menu
   593           #menu: #menu
   594         )
   594         )
   595         #component: 
   595         #component: 
   596        #(#SpecCollection
   596        #(#SpecCollection
   597           #collection: #(
   597           #collection: #(
   598            #(#VariableHorizontalPanelSpec
   598            #(#VariableHorizontalPanelSpec
   599               #name: 'VariableHorizontalPanel1'
   599               #name: 'VariableHorizontalPanel1'
   600               #layout: #(#LayoutFrame 0 0 0 0 0 1 0 1)
   600               #layout: #(#LayoutFrame 1 0 1 0 -1 1 -1 1)
   601               #barWidth: 2
   601               #barWidth: 2
   602               #showHandle: false
   602               #showHandle: false
   603               #component: 
   603               #component: 
   604              #(#SpecCollection
   604              #(#SpecCollection
   605                 #collection: #(
   605                 #collection: #(
   624             )
   624             )
   625            )
   625            )
   626          
   626          
   627         )
   627         )
   628       )
   628       )
       
   629 
       
   630     "Modified: / 15.11.2001 / 22:41:52 / cg"
   629 ! !
   631 ! !
   630 
   632 
   631 !ToolApplicationModel class methodsFor:'menu specs'!
   633 !ToolApplicationModel class methodsFor:'menu specs'!
   632 
   634 
   633 menuAbout
   635 menuAbout
  1308 ! !
  1310 ! !
  1309 
  1311 
  1310 !ToolApplicationModel class methodsFor:'documentation'!
  1312 !ToolApplicationModel class methodsFor:'documentation'!
  1311 
  1313 
  1312 version
  1314 version
  1313     ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.103 2001-11-13 12:02:44 cg Exp $'
  1315     ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.104 2001-11-15 22:09:22 cg Exp $'
  1314 ! !
  1316 ! !