Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Devents.h230 LiVESWidget *spinbutton_fps; member
H A Devents.c6208 lives_spin_button_set_value(LIVES_SPIN_BUTTON(rdet->spinbutton_fps), cfile->fps); in rdet_use_current()
6390 …rdet->spinbutton_width, rdet->width, &rdet->spinbutton_height, rdet->height, &rdet->spinbutton_fps, in create_render_details()
6406 lives_spin_button_set_value(LIVES_SPIN_BUTTON(rdet->spinbutton_fps), in create_render_details()
6408 lives_widget_set_sensitive(rdet->spinbutton_fps, FALSE); in create_render_details()
6436 …if (type == 4 && mainw->multitrack->event_list) lives_widget_set_sensitive(rdet->spinbutton_fps, F… in create_render_details()
6438 …lives_signal_sync_connect_after(LIVES_GUI_OBJECT(rdet->spinbutton_fps), LIVES_WIDGET_VALUE_CHANGED… in create_render_details()
H A Dplugins.c1970 lives_spin_button_set_value(LIVES_SPIN_BUTTON(rdet->spinbutton_fps), rdet->fps); in check_encoder_restrictions()