Home
last modified time | relevance | path

Searched refs:lives_combo_get_entry (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dresample.c1764 resaudw->entry_arate = lives_combo_get_entry(LIVES_COMBO(combo4)); in create_resaudw()
1787 resaudw->entry_achans = lives_combo_get_entry(LIVES_COMBO(combo5)); in create_resaudw()
1814 resaudw->entry_asamps = lives_combo_get_entry(LIVES_COMBO(combo6)); in create_resaudw()
H A Dce_thumbs.c263 combo_entries[i] = lives_combo_get_entry(LIVES_COMBO(fxcombos[i])); in start_ce_thumb_mode()
H A Drfx-builder.c2543 lives_widget_grab_focus(lives_combo_get_entry(LIVES_COMBO(rfxbuilder->paramw_sp_combo))); in on_paramw_kw_changed()
2580 lives_widget_grab_focus(lives_combo_get_entry(LIVES_COMBO(rfxbuilder->paramw_spsub_combo))); in on_paramw_sp_changed()
2651 rfxbuilder->trigger_when_entry = lives_combo_get_entry(LIVES_COMBO(combo)); in make_trigger_dialog()
3987 status_combo_entry = lives_combo_get_entry(LIVES_COMBO(status_combo)); in prompt_for_script_name()
4005 name_entry = script_combo_entry = lives_combo_get_entry(LIVES_COMBO(script_combo)); in prompt_for_script_name()
H A Dplugins.c839 vppa->fps_entry = lives_combo_get_entry(LIVES_COMBO(combo)); in on_vpp_advanced_clicked()
840 …lives_entry_set_width_chars(LIVES_ENTRY(lives_combo_get_entry(LIVES_COMBO(combo))), COMBOWIDTHCHAR… in on_vpp_advanced_clicked()
922 vppa->pal_entry = lives_combo_get_entry(LIVES_COMBO(combo)); in on_vpp_advanced_clicked()
H A Deffects-data.c3970 fx_entry = lives_combo_get_entry(LIVES_COMBO(conxwp->pfxcombo[idx])); in ptable_row_add_variable_widgets()
3981 …lives_entry_set_width_chars(LIVES_ENTRY(lives_combo_get_entry(LIVES_COMBO(conxwp->pcombo[idx]))), … in ptable_row_add_variable_widgets()
4058 fx_entry = lives_combo_get_entry(LIVES_COMBO(conxwp->cfxcombo[idx])); in ctable_row_add_variable_widgets()
4069 …lives_entry_set_width_chars(LIVES_ENTRY(lives_combo_get_entry(LIVES_COMBO(conxwp->ccombo[idx]))), … in ctable_row_add_variable_widgets()
H A Dwidget-helper.h589 LiVESWidget *lives_combo_get_entry(LiVESCombo *);
H A Dwidget-helper.c272 LiVESWidget *entry = lives_combo_get_entry(LIVES_COMBO(widget)); in widget_state_cb()
9565 entry = (LiVESEntry *)lives_combo_get_entry(LIVES_COMBO(combo)); in lives_standard_combo_new()
9934 entry = lives_combo_get_entry(LIVES_COMBO(widget)); in dlg_focus_changed()
12295 WIDGET_HELPER_GLOBAL_INLINE LiVESWidget *lives_combo_get_entry(LiVESCombo * widget) { in lives_combo_get_entry() function
H A Drte_window.c2304 combo_entries[idx] = lives_combo_get_entry(LIVES_COMBO(combo)); in create_rte_window()
H A Dinterface.c2919 renamew->entry = lives_combo_get_entry(LIVES_COMBO(set_combo)); in create_rename_dialog()