UILayoutTool.st
changeset 1625 4dc8b595e92f
parent 1581 d7afe06ebbae
child 1680 be9c3f67a19b
equal deleted inserted replaced
1624:b523a5213c34 1625:4dc8b595e92f
   464        #(#WindowSpec
   464        #(#WindowSpec
   465           #label: 'UILayoutTool'
   465           #label: 'UILayoutTool'
   466           #name: 'UILayoutTool'
   466           #name: 'UILayoutTool'
   467           #min: #(#Point 10 10)
   467           #min: #(#Point 10 10)
   468           #max: #(#Point 1152 900)
   468           #max: #(#Point 1152 900)
   469           #bounds: #(#Rectangle 12 22 312 322)
   469           #bounds: #(#Rectangle 906 143 1248 442)
   470         )
   470         )
   471         #component: 
   471         #component: 
   472        #(#SpecCollection
   472        #(#SpecCollection
   473           #collection: #(
   473           #collection: #(
   474            #(#NoteBookViewSpec
   474            #(#NoteBookViewSpec
   475               #attributes: 
       
   476              #(#tabable
       
   477                 true
       
   478               )
       
   479               #name: 'NoteBook'
   475               #name: 'NoteBook'
   480               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
   476               #layout: #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
   481               #activeHelpKey: #layoutTool
   477               #activeHelpKey: #layoutTool
   482               #enableChannel: #enableChannel
   478               #enableChannel: #enableChannel
   483               #tabable: true
   479               #tabable: true
   484               #model: #noteBookModel
   480               #model: #noteBookModel
   485               #menu: #noteBookList
   481               #menu: #noteBookList
   486               #direction: #bottom
   482               #direction: #bottom
   487               #canvas: #layoutCanvasHolder
   483               #canvas: #layoutCanvasHolder
       
   484               #tabTopMargin: 0
       
   485               #tabBottomMargin: 0
   488               #keepCanvasAlive: true
   486               #keepCanvasAlive: true
       
   487               #tabLevel: 0
   489             )
   488             )
   490            )
   489            )
   491          
   490          
   492         )
   491         )
   493       )
   492       )
   494 
       
   495     "Modified: / 5.2.2000 / 15:37:02 / cg"
       
   496 ! !
   493 ! !
   497 
   494 
   498 !UILayoutTool methodsFor:'accessing'!
   495 !UILayoutTool methodsFor:'accessing'!
   499 
   496 
   500 acceptChannel
   497 acceptChannel