Home
last modified time | relevance | path

Searched refs:t_stopbutton (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmainwindow.h1338 LiVESWidget *t_stopbutton; member
H A Dgui.c1871 mainw->t_stopbutton = LIVES_WIDGET(lives_tool_button_new(LIVES_WIDGET(tmp_toolbar_icon), "")); in create_LiVES()
1872 lives_toolbar_insert(LIVES_TOOLBAR(mainw->toolbar), LIVES_TOOL_ITEM(mainw->t_stopbutton), 0); in create_LiVES()
1873 lives_widget_set_tooltip_text(mainw->t_stopbutton, _("Stop playback (q)")); in create_LiVES()
2936 lives_signal_sync_connect(LIVES_GUI_OBJECT(mainw->t_stopbutton), LIVES_WIDGET_CLICKED_SIGNAL, in create_LiVES()