Home
last modified time | relevance | path

Searched refs:lives_text_view_get_text (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Drfx-builder.c853 rfxbuilder->pre_code = lives_text_view_get_text(LIVES_TEXT_VIEW(rfxbuilder->code_textview)); in on_code_ok()
858 rfxbuilder->loop_code = lives_text_view_get_text(LIVES_TEXT_VIEW(rfxbuilder->code_textview)); in on_code_ok()
863 rfxbuilder->post_code = lives_text_view_get_text(LIVES_TEXT_VIEW(rfxbuilder->code_textview)); in on_code_ok()
872 …lives_snprintf(buf, maxlen, "%s", lives_text_view_get_text(LIVES_TEXT_VIEW(rfxbuilder->code_textvi… in on_code_ok()
878 char *values = lives_text_view_get_text(LIVES_TEXT_VIEW(rfxbuilder->code_textview)); in on_code_ok()
1356 …rfxbuilder->copy_triggers[rfxbuilder->table_rows - 1].code = lives_text_view_get_text(LIVES_TEXT_V… in on_table_add_row()
1618 …rfxbuilder->copy_triggers[found].code = lives_text_view_get_text(LIVES_TEXT_VIEW(rfxbuilder->code_… in on_table_edit_row()
H A Dwidget-helper.h1209 char *lives_text_view_get_text(LiVESTextView *);
H A Dparamwindow.c2654 new_text = lives_text_view_get_text(LIVES_TEXT_VIEW(textwidget)); in after_param_text_changed()
3234 param->value = lives_strdup(lives_text_view_get_text(LIVES_TEXT_VIEW(param->widgets[0]))); in set_param_from_list()
H A Dinterface.c3963 if (LIVES_IS_TEXT_VIEW(tentry)) fname = lives_text_view_get_text(LIVES_TEXT_VIEW(tentry)); in on_filesel_button_clicked()
4590 char *text = lives_text_view_get_text(LIVES_TEXT_VIEW(widget)); in exposetview()
H A Ddialogs.c2796 if (mainw->iochan) btext = lives_text_view_get_text(mainw->optextview); in do_progress_dialog()
H A Dcallbacks.c7644 btext = lives_text_view_get_text(textview);
7838 lives_text_view_get_text(mainw->optextview), NULL, TRUE);
H A Dsaveplay.c1242 char *btext = lives_text_view_get_text(mainw->optextview);
H A Dwidget-helper.c11706 char *lives_text_view_get_text(LiVESTextView * textview) { in lives_text_view_get_text() function