Home
last modified time | relevance | path

Searched refs:p_loopbutton (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dgui.c3645 mainw->p_loopbutton = lives_standard_button_new(DEF_BUTTON_WIDTH / 2, DEF_BUTTON_HEIGHT); in make_preview_box()
3646 lives_box_pack_start(LIVES_BOX(hbox_buttons), mainw->p_loopbutton, TRUE, TRUE, 0); in make_preview_box()
3647 lives_widget_set_tooltip_text(mainw->p_loopbutton, _("Loop On/Off")); in make_preview_box()
3648 lives_widget_set_sensitive(mainw->p_loopbutton, TRUE); in make_preview_box()
3649 lives_widget_set_focus_on_click(mainw->p_loopbutton, FALSE); in make_preview_box()
3650 lives_widget_set_opacity(mainw->p_loopbutton, .75); in make_preview_box()
3652 lives_standard_button_set_image(LIVES_BUTTON(mainw->p_loopbutton), loop_img); in make_preview_box()
3691 lives_signal_sync_connect(LIVES_GUI_OBJECT(mainw->p_loopbutton), 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 Dcallbacks.c8334 lives_widget_set_opacity(mainw->p_loopbutton, 1.);
8336 lives_widget_set_opacity(mainw->p_loopbutton, .75);
H A Dmain.c5140 lives_widget_set_sensitive(mainw->p_loopbutton, TRUE); in sensitize()