Home
last modified time | relevance | path

Searched refs:subt_checkbutton (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dinterface.h128 LiVESWidget *subt_checkbutton; member
H A Dinterface.c3828 …commentsw->subt_checkbutton = lives_standard_check_button_new(_("Save _subtitles to file"), FALSE,… in create_comments_dialog()
3831 lives_widget_set_sensitive(commentsw->subt_checkbutton, FALSE); in create_comments_dialog()
3832 } else lives_toggle_button_set_active(LIVES_TOGGLE_BUTTON(commentsw->subt_checkbutton), TRUE); in create_comments_dialog()
H A Ddialogs.c3309 … sfile->subt && lives_toggle_button_get_active(LIVES_TOGGLE_BUTTON(commentsw->subt_checkbutton))) { in do_comments_dialog()