tomwalters@0: % method of class @parameter tomwalters@0: % tomwalters@0: % (c) 2003-2008, University of Cambridge tomwalters@0: % Maintained by Tom Walters (tcw24@cam.ac.uk), written by Stefan Bleeck (stefan@bleeck.de) tomwalters@0: % http://www.pdn.cam.ac.uk/cnbh/aim2006/tools/parameter tomwalters@0: % $Date: 2008-06-10 18:00:16 +0100 (Tue, 10 Jun 2008) $ tomwalters@0: function param=setslidereditcontrol(param,text,slidereditcombi,inbox) tomwalters@0: % defines the tooltio for that entry tomwalters@0: tomwalters@0: if nargin<4 tomwalters@0: inbox='all'; tomwalters@0: end tomwalters@0: tomwalters@0: nr=getentrynumberbytext(param,text,inbox); tomwalters@0: if nr>0 tomwalters@0: param.entries{nr}.slidereditcombi=slidereditcombi; tomwalters@0: end tomwalters@0: