Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dpreferences.c574 lives_combo_set_active_string(LIVES_COMBO(prefsw->audp_combo), prefsw->orig_audp_name); in pref_factory_string()
605 lives_combo_set_active_string(LIVES_COMBO(prefsw->audp_combo), prefsw->orig_audp_name); in pref_factory_string()
633 lives_combo_set_active_string(LIVES_COMBO(prefsw->audp_combo), prefsw->orig_audp_name); in pref_factory_string()
2508 lives_combo_set_active_string(LIVES_COMBO(vpp_combo), mainw->vpp->name); in after_vpp_changed()
2627 lives_combo_set_active_string(LIVES_COMBO(audp_combo), prefsw->audp_name); in on_audp_entry_changed()
3745 lives_combo_set_active_string(LIVES_COMBO(pp_combo), mainw->vpp->name); in create_prefs_dialog()
3855 lives_combo_set_active_string(LIVES_COMBO(prefsw->audp_combo), prefsw->audp_name); in create_prefs_dialog()
4181 lives_combo_set_active_string(LIVES_COMBO(prefsw->encoder_combo), prefs->encoder.name); in create_prefs_dialog()
4209 lives_combo_set_active_string(LIVES_COMBO(prefsw->ofmt_combo), prefs->encoder.of_desc); in create_prefs_dialog()
5088 lives_combo_set_active_string(LIVES_COMBO(prefsw->theme_combo), theme); in create_prefs_dialog()
[all …]
H A Deffects-data.c3175 lives_combo_set_active_string(LIVES_COMBO(conxw->ccombo[ours]), ""); in dfxc_changed()
3203 lives_combo_set_active_string(LIVES_COMBO(conxw->ccombo[ours]), ""); in dfxc_changed()
3302 lives_combo_set_active_string(LIVES_COMBO(conxwp->pcombo[ours]), ""); in dfxp_changed()
3375 lives_combo_set_active_string(LIVES_COMBO(conxwp->pcombo[ours]), ""); in dfxp_changed()
3568 lives_combo_set_active_string(LIVES_COMBO(combo), ""); in dpp_changed()
3573 lives_combo_set_active_string(LIVES_COMBO(combo), ""); in dpp_changed()
3611 lives_combo_set_active_string(LIVES_COMBO(combo), paramname); in dpp_changed()
3745 lives_combo_set_active_string(LIVES_COMBO(combo), ""); in dpc_changed()
3754 lives_combo_set_active_string(LIVES_COMBO(combo), channame); in dpc_changed()
H A Dce_thumbs.c637 lives_combo_set_active_string(LIVES_COMBO(fxcombos[key]), ""); in ce_thumbs_reset_combo()
H A Drfx-builder.c903 lives_combo_set_active_string(LIVES_COMBO(rfxbuilder->param_def_combo), in on_code_ok()
2320 lives_combo_set_active_string(LIVES_COMBO(rfxbuilder->param_def_combo), in on_param_type_changed()
2472 lives_combo_set_active_string(LIVES_COMBO(rfxbuilder->paramw_kw_combo), kw); in make_param_window_dialog()
2489 lives_combo_set_active_string(LIVES_COMBO(rfxbuilder->paramw_sp_combo), sp); in make_param_window_dialog()
2504 lives_combo_set_active_string(LIVES_COMBO(rfxbuilder->paramw_spsub_combo), spsub); in make_param_window_dialog()
4124 lives_combo_set_active_string(script_combo, ""); in populate_script_combo()
H A Dcallbacks.c4799lives_combo_set_active_string(LIVES_COMBO(rdet->encoder_combo), mainw->string_constants[LIVES_STRI…
4805lives_combo_set_active_string(LIVES_COMBO(rdet->ofmt_combo), mainw->string_constants[LIVES_STRING_…
4816lives_combo_set_active_string(LIVES_COMBO(rdet->acodec_combo), mainw->string_constants[LIVES_STRIN…
4846 lives_combo_set_active_string(LIVES_COMBO(prefsw->encoder_combo), prefs->encoder.name);
4854 lives_combo_set_active_string(LIVES_COMBO(rdet->encoder_combo), rdet->encoder_name);
4873 lives_combo_set_active_string(LIVES_COMBO(prefsw->encoder_combo), prefs->encoder.name);
4881 lives_combo_set_active_string(LIVES_COMBO(rdet->encoder_combo), rdet->encoder_name);
4927 lives_combo_set_active_string(LIVES_COMBO(rdet->ofmt_combo), array[1]);
4941 lives_combo_set_active_string(LIVES_COMBO(prefsw->ofmt_combo), array[1]);
H A Dwidget-helper.h587 boolean lives_combo_set_active_string(LiVESCombo *, const char *active_str);
H A Dparamwindow.c1816 lives_combo_set_active_string(LIVES_COMBO(combo), in add_param_to_box()
3249lives_combo_set_active_string(LIVES_COMBO(param->widgets[0]), (char *)lives_list_nth_data(param->l… in set_param_from_list()
H A Devents.c6548 lives_combo_set_active_string(LIVES_COMBO(rdet->encoder_combo), rdet->encoder_name); in create_render_details()
6617 lives_combo_set_active_string(LIVES_COMBO(rdet->ofmt_combo), prefs->encoder.of_desc); in create_render_details()
H A Dwidget-helper.c12290 WIDGET_HELPER_GLOBAL_INLINE boolean lives_combo_set_active_string(LiVESCombo * combo, const char *a… in lives_combo_set_active_string() function