Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dgui.c3635 mainw->p_playselbutton = lives_standard_button_new(DEF_BUTTON_WIDTH / 2, DEF_BUTTON_HEIGHT); in make_preview_box()
3636 lives_standard_button_set_image(LIVES_BUTTON(mainw->p_playselbutton), playsel_img); in make_preview_box()
3637 lives_box_pack_start(LIVES_BOX(hbox_buttons), mainw->p_playselbutton, TRUE, TRUE, 0); in make_preview_box()
3638 lives_widget_set_tooltip_text(mainw->p_playselbutton, _("Play Selection")); in make_preview_box()
3639 lives_widget_set_sensitive(mainw->p_playselbutton, CURRENT_CLIP_IS_VALID && cfile->frames > 0); in make_preview_box()
3640 lives_widget_set_focus_on_click(mainw->p_playselbutton, FALSE); in make_preview_box()
3685 lives_signal_connect(LIVES_GUI_OBJECT(mainw->p_playselbutton), LIVES_WIDGET_CLICKED_SIGNAL, in make_preview_box()
H A Dmainwindow.h1379 LiVESWidget *p_playbutton, *p_playselbutton, *p_rewindbutton, *p_loopbutton, *p_mutebutton; member
H A Dmain.c5137 …lives_widget_set_sensitive(mainw->p_playselbutton, !CURRENT_CLIP_IS_CLIPBOARD && CURRENT_CLIP_HAS_… in sensitize()
5520 if (mainw->preview_box) lives_widget_set_sensitive(mainw->p_playselbutton, FALSE); in procw_desensitize()