Home
last modified time | relevance | path

Searched refs:lives_spin_button_configure (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dwidget-helper.h1216 boolean lives_spin_button_configure(LiVESSpinButton *, double value, double lower, double upper,
H A Dmultitrack.c1784 lives_spin_button_configure(LIVES_SPIN_BUTTON(mt->node_spinbutton), cur_time - fx_start_time, 0., in add_mt_param_box()
13016lives_spin_button_configure(LIVES_SPIN_BUTTON(mt->spinbutton_in), mainw->files[filenum]->start, 1., in polymorph()
13018lives_spin_button_configure(LIVES_SPIN_BUTTON(mt->spinbutton_out), mainw->files[filenum]->end, 1., in polymorph()
13025lives_spin_button_configure(LIVES_SPIN_BUTTON(mt->spinbutton_in), 0., 0., 0., 1. / mt->fps, 1.); in polymorph()
13026lives_spin_button_configure(LIVES_SPIN_BUTTON(mt->spinbutton_out), 0., 0., 0., 1. / mt->fps, 1.); in polymorph()
H A Dwidget-helper.c11783 boolean lives_spin_button_configure(LiVESSpinButton * spinbutton, double value, double lower, in lives_spin_button_configure() function