Home
last modified time | relevance | path

Searched refs:lives_spin_button_set_digits (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Drfx-builder.c2131 lives_spin_button_set_digits(LIVES_SPIN_BUTTON(rfxbuilder->spinbutton_param_def), dp); in after_param_dp_changed()
2132 lives_spin_button_set_digits(LIVES_SPIN_BUTTON(rfxbuilder->spinbutton_param_min), dp); in after_param_dp_changed()
2133 lives_spin_button_set_digits(LIVES_SPIN_BUTTON(rfxbuilder->spinbutton_param_max), dp); in after_param_dp_changed()
2134 lives_spin_button_set_digits(LIVES_SPIN_BUTTON(rfxbuilder->spinbutton_param_step), dp); in after_param_dp_changed()
2365 lives_spin_button_set_digits(LIVES_SPIN_BUTTON(rfxbuilder->spinbutton_param_def), 0); in on_param_type_changed()
2366 lives_spin_button_set_digits(LIVES_SPIN_BUTTON(rfxbuilder->spinbutton_param_min), 0); in on_param_type_changed()
2367 lives_spin_button_set_digits(LIVES_SPIN_BUTTON(rfxbuilder->spinbutton_param_max), 0); in on_param_type_changed()
2381 lives_spin_button_set_digits(LIVES_SPIN_BUTTON(rfxbuilder->spinbutton_param_def), 0); in on_param_type_changed()
2382 lives_spin_button_set_digits(LIVES_SPIN_BUTTON(rfxbuilder->spinbutton_param_min), 0); in on_param_type_changed()
2383 lives_spin_button_set_digits(LIVES_SPIN_BUTTON(rfxbuilder->spinbutton_param_max), 0); in on_param_type_changed()
[all …]
H A Dwidget-helper.h739 boolean lives_spin_button_set_digits(LiVESSpinButton *, uint32_t digits);
H A Dmultitrack.c13014 lives_spin_button_set_digits(LIVES_SPIN_BUTTON(mt->spinbutton_in), 0); in polymorph()
13015 lives_spin_button_set_digits(LIVES_SPIN_BUTTON(mt->spinbutton_out), 0); in polymorph()
13023 lives_spin_button_set_digits(LIVES_SPIN_BUTTON(mt->spinbutton_in), 2); in polymorph()
13024 lives_spin_button_set_digits(LIVES_SPIN_BUTTON(mt->spinbutton_out), 2); in polymorph()
H A Dwidget-helper.c5156 WIDGET_HELPER_GLOBAL_INLINE boolean lives_spin_button_set_digits(LiVESSpinButton *button, uint32_t … in lives_spin_button_set_digits() function