Home
last modified time | relevance | path

Searched refs:m_stopbutton (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dgui.c1654 …mainw->m_stopbutton = lives_standard_tool_button_new(LIVES_TOOLBAR(mainw->btoolbar), LIVES_WIDGET(… in create_LiVES()
1656 lives_widget_set_sensitive(mainw->m_stopbutton, FALSE); in create_LiVES()
1657 lives_widget_set_focus_on_click(mainw->m_stopbutton, FALSE); in create_LiVES()
2924 lives_signal_sync_connect(LIVES_GUI_OBJECT(mainw->m_stopbutton), LIVES_WIDGET_CLICKED_SIGNAL, in create_LiVES()
3099 lives_widget_set_sensitive(mainw->m_stopbutton, FALSE); in set_interactive()
3170 lives_widget_set_sensitive(mainw->m_stopbutton, mainw->multitrack->is_paused); in set_interactive()
H A Dmainwindow.h1369 LiVESWidget *m_sepwinbutton, *m_playbutton, *m_stopbutton, *m_playselbutton, *m_rewindbutton, member
H A Dmultitrack.c3559 lives_widget_set_sensitive(mainw->m_stopbutton, FALSE); in _mt_tl_move()
8096 lives_widget_object_ref(mainw->m_stopbutton); in multitrack()
8097 lives_widget_unparent(mainw->m_stopbutton); in multitrack()
8098 lives_toolbar_insert(LIVES_TOOLBAR(mt->btoolbar2), LIVES_TOOL_ITEM(mainw->m_stopbutton), -1); in multitrack()
8099 lives_widget_object_unref(mainw->m_stopbutton); in multitrack()
8100 lives_widget_set_sensitive(mainw->m_stopbutton, FALSE); in multitrack()
9353 lives_widget_object_ref(mainw->m_stopbutton); in multitrack_delete()
9354 lives_widget_unparent(mainw->m_stopbutton); in multitrack_delete()
9355 lives_toolbar_insert(LIVES_TOOLBAR(mainw->btoolbar), LIVES_TOOL_ITEM(mainw->m_stopbutton), 3); in multitrack_delete()
9356 lives_widget_object_unref(mainw->m_stopbutton); in multitrack_delete()
H A Dsaveplay.c2442 lives_widget_set_sensitive(mainw->m_stopbutton, TRUE);
3440 lives_widget_set_sensitive(mainw->m_stopbutton, FALSE);
H A Dcallbacks.c4756 lives_widget_set_sensitive(mainw->m_stopbutton, FALSE);