Home
last modified time | relevance | path

Searched refs:lives_combo_get_active_index (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dce_thumbs.c81 …if ((mode = lives_combo_get_active_index(combo)) == -1) return; // -1 is returned after we set our… in ce_thumbs_fx_changed()
H A Deffects-data.c3497 int idx = lives_combo_get_active_index(LIVES_COMBO(combo)); in dpp_changed()
3516 if (lives_combo_get_active_index(LIVES_COMBO(conxwp->ccombo[i])) > -1) { in dpp_changed()
3688 int idx = lives_combo_get_active_index(LIVES_COMBO(combo)); in dpc_changed()
3705 if (lives_combo_get_active_index(LIVES_COMBO(conxwp->ccombo[i])) > -1) { in dpc_changed()
H A Dwidget-helper.h584 int lives_combo_get_active_index(LiVESCombo *);
H A Drte_window.c1929 …if (lives_combo_get_active_index(combo) == -1) return; // -1 is returned after we set our own text… in fx_changed()
H A Dpreferences.c1771 pref_factory_int(PREF_RRQMODE, lives_combo_get_active_index(LIVES_COMBO(prefsw->rr_combo)), TRUE); in apply_prefs()
1772 …pref_factory_int(PREF_RRFSTATE, lives_combo_get_active_index(LIVES_COMBO(prefsw->rr_scombo)), TRUE… in apply_prefs()
H A Dwidget-helper.c3909 WIDGET_HELPER_GLOBAL_INLINE int lives_combo_get_active_index(LiVESCombo *combo) { in lives_combo_get_active_index() function