void doslid( WINDOW *win, int mode, float value, void data);
win and mode are respectively the window descriptor host and the formular type (OC_FORM or OC_TOOLBAR). Parameter value is the new value of the slider. data is an optional pointer to a user data specified by SlidSetFunc().