UILayoutTool.st
changeset 2322 14839acab637
parent 2269 acc4ae8e5f38
child 2365 b63bf46bc18a
equal deleted inserted replaced
2321:79448e86dfd4 2322:14839acab637
   623     ^ holder
   623     ^ holder
   624 
   624 
   625 !
   625 !
   626 
   626 
   627 noteBookList
   627 noteBookList
   628     "returns list of tab labels
   628     "holds the list of tab labels"
   629     "
   629 
   630     |holder|
   630     ^ builder valueAspectFor:#noteBookList initialValue:nil
   631 
       
   632     (holder := builder bindingAt:#noteBookList) isNil ifTrue:[
       
   633         holder := nil asValue.
       
   634         builder aspectAt:#noteBookList put:holder
       
   635     ].
       
   636   ^ holder
       
   637 !
   631 !
   638 
   632 
   639 noteBookModel
   633 noteBookModel
   640     "automatically generated by UIPainter ..."
   634     "automatically generated by UIPainter ..."
   641 
   635