[BUG] scrollBarValue: deprecated in 3.9

stéphane ducasse ducasse at iam.unibe.ch
Wed Mar 30 19:00:46 UTC 2005


Hi

in 3.9 alpha
when we type into some window that should scrolls we get

scrollBarValue: scrollValue
	self deprecated: 'Please use vScrollBarValue: or hScrollBarValue: 
instead.'.
	^self vScrollBarValue: scrollValue


scrollBarValue is set up in the variable setValueSelector and call from

Slider>>setValue: newValue
	"Called internally for propagation to model"
	self value: newValue.
	self use: setValueSelector orMakeModelSelectorFor: 'Value:'
		in: [:sel | setValueSelector _ sel.  model perform: sel with: value]


But I could not get my hand on where this inst variable was indeed 
setup.

Stef




More information about the Squeak-dev mailing list