[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-dev] defaultLag for KrNumberEditor



You should probably email felix, since it's in crucial.

S.

On 12 Dec 2004, at 21:53, James Harkins wrote:

I proposed this some time ago, heard no objection, so I'm committing it now.

KrNumberEditor : NumberEditor {
classvar <>defaultLag = 0.1;
var <>lag;


init { arg val,aspec;
super.init(val, aspec);
lag = defaultLag;
}

hjh
____________________________________

H. James Harkins /// dewdrop_world
http://www.dewdrop-world.net

"If attacked by a lion, thrust your arm down his throat.
This takes some practice." -- Cyril Connolly
_______________________________________________
sc-dev mailing list
sc-dev@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-dev