Home
last modified time | relevance | path

Searched refs:lives_combo_get_active_text (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Drfx-builder.c1252 ctext = lives_combo_get_active_text(LIVES_COMBO(rfxbuilder->paramw_kw_combo)); in on_table_add_row()
1281 ctext = lives_combo_get_active_text(LIVES_COMBO(rfxbuilder->paramw_sp_combo)); in on_table_add_row()
1445 const char *ctext = lives_combo_get_active_text(LIVES_COMBO(rfxbuilder->param_type_combo)); in param_set_from_dialog()
1496 ctext = lives_combo_get_active_text(LIVES_COMBO(rfxbuilder->param_def_combo)); in param_set_from_dialog()
1587 ctext = lives_combo_get_active_text(LIVES_COMBO(rfxbuilder->paramw_kw_combo)); in on_table_edit_row()
1594 ctext = lives_combo_get_active_text(LIVES_COMBO(rfxbuilder->paramw_sp_combo)); in on_table_edit_row()
2538 const char *ctext = lives_combo_get_active_text(combo); in on_paramw_kw_changed()
2575 const char *ctext = lives_combo_get_active_text(combo); in on_paramw_sp_changed()
2594 const char *ctext = lives_combo_get_active_text(combo); in on_paramw_spsub_changed()
3214 ctext = lives_combo_get_active_text(LIVES_COMBO(rfxbuilder->langc_combo)); in rfxbuilder_to_script()
[all …]
H A Dlives-yuv4mpeg.c641 driver = lives_combo_get_active_text(LIVES_COMBO(tvcardw->combod)); in on_live_tvcard_activate()
642 outfmt = lives_combo_get_active_text(LIVES_COMBO(tvcardw->comboo)); in on_live_tvcard_activate()
H A Dpreferences.c1346 const char *theme = lives_combo_get_active_text(LIVES_COMBO(prefsw->theme_combo)); in apply_prefs()
1347 const char *audp = lives_combo_get_active_text(LIVES_COMBO(prefsw->audp_combo)); in apply_prefs()
1349 const char *pb_quality = lives_combo_get_active_text(LIVES_COMBO(prefsw->pbq_combo)); in apply_prefs()
1552 const char *midichan = lives_combo_get_active_text(LIVES_COMBO(prefsw->midichan_combo)); in apply_prefs()
1661 audio_codec = lives_combo_get_active_text(LIVES_COMBO(prefsw->acodec_combo)); in apply_prefs()
2420 const char *audio_codec = lives_combo_get_active_text(acodec_combo); in rdet_acodec_changed()
2498 const char *newvpp = lives_combo_get_active_text(LIVES_COMBO(vpp_combo)); in after_vpp_changed()
2620 const char *audp = lives_combo_get_active_text(LIVES_COMBO(audp_combo)); in on_audp_entry_changed()
2676 prefsw->audp_name = lives_strdup(lives_combo_get_active_text(LIVES_COMBO(audp_combo))); in on_audp_entry_changed()
2943 const char *theme = lives_combo_get_active_text(combo); in theme_widgets_set_sensitive()
[all …]
H A Dmerge.c237 const char *txt = lives_combo_get_active_text(combo); in on_trans_method_changed()
H A Dwidget-helper.h581 const char *lives_combo_get_active_text(LiVESCombo *) WARN_UNUSED;
H A Dparamwindow.c2731 const char *txt = lives_combo_get_active_text(combo); in after_string_list_changed()
3252 const char *txt = lives_combo_get_active_text(LIVES_COMBO(param->widgets[0])); in set_param_from_list()
H A Domc-learn.c836 macro_text = lives_combo_get_active_text(LIVES_COMBO(combo)); in on_omc_combo_entry_changed()
H A Dcallbacks.c4784 const char *new_encoder_name = lives_combo_get_active_text(combo);
11691 new_fmt = lives_combo_get_active_text(LIVES_COMBO(prefsw->ofmt_combo));
11693 new_fmt = lives_combo_get_active_text(LIVES_COMBO(rdet->ofmt_combo));
H A Dinterface.c3083 const char *etext = lives_combo_get_active_text(LIVES_COMBO(combo)); in after_dialog_combo_changed()
H A Dwidget-helper.c3874 WIDGET_HELPER_GLOBAL_INLINE const char *lives_combo_get_active_text(LiVESCombo *combo) { in lives_combo_get_active_text() function