UIBuilder.st
changeset 69 225a9efd50f5
parent 66 6ee963fd8e27
child 75 a53337dc3e19
equal deleted inserted replaced
68:43b867285d01 69:225a9efd50f5
    86     |f s|
    86     |f s|
    87 
    87 
    88     f := ScrollableView for:SelectionInListView in:aView.
    88     f := ScrollableView for:SelectionInListView in:aView.
    89     s := f scrolledView.
    89     s := f scrolledView.
    90     self doSpec:aSpec for:s frame:f.
    90     self doSpec:aSpec for:s frame:f.
    91     s
       
    92 	aspect:#value;
       
    93 	change:#value:;
       
    94 	listSymbol:#list 
       
    95 !
    91 !
    96 
    92 
    97 xScrollerSpec:aSpec view:aView
    93 xScrollerSpec:aSpec view:aView
    98     |s idx orientation|
    94     |s idx orientation|
    99 
    95