Rev 15731 | Rev 15734 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15731 | Rev 15732 | ||
---|---|---|---|
Line 4562... | Line 4562... | ||
4562 | my_sliders = data2js_array(int_data,use_slider - last_slider+1); |
4562 | my_sliders = data2js_array(int_data,use_slider - last_slider+1); |
4563 | break; |
4563 | break; |
4564 | 4564 | ||
4565 | case SLIDER_X: |
4565 | case SLIDER_X: |
4566 | /* TEMPORARILY REMOVED |
4566 | /* TEMPORARILY REMOVED |
4567 | |
4567 | # sliderfunction_x some_function_in_x |
4568 | |
4568 | # default value "x" |
4569 | |
4569 | # the x-value of the slider object will be calculated with this function. |
4570 | |
4570 | # default is the x-slider value itself |
4571 | |
4571 | # only used by command ''slider`` |
4572 | |
4572 | # define before a slider command ! |
4573 | */ |
4573 | */ |
4574 | /* slider_function_x = get_string(infile,1);*/ |
4574 | /* slider_function_x = get_string(infile,1);*/ |
4575 | break; |
4575 | break; |
4576 | case SLIDER_Y: |
4576 | case SLIDER_Y: |
4577 | /*slider_function_y = get_string(infile,1);*/ |
4577 | /*slider_function_y = get_string(infile,1);*/ |
4578 | /* TEMPORARILY REMOVED |
4578 | /* TEMPORARILY REMOVED |
4579 | |
4579 | # sliderfunction_y some_function_in_y |
4580 | |
4580 | # default value "y" |
4581 | |
4581 | # the y-value of the slider object(s) will be calculated with this function. |
4582 | |
4582 | # only used by command ''slider`` |
4583 | |
4583 | # define before a slider command ! |
4584 | */ |
4584 | */ |
4585 | break; |
4585 | break; |
4586 | case SGRAPH: |
4586 | case SGRAPH: |
4587 | /* |
4587 | /* |
4588 | @ sgraph xstart,ystart,xmajor,ymajor,xminor,yminor,majorgrid_color,minorgrid_color |
4588 | @ sgraph xstart,ystart,xmajor,ymajor,xminor,yminor,majorgrid_color,minorgrid_color |