Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmainwindow.h1369 LiVESWidget *m_sepwinbutton, *m_playbutton, *m_stopbutton, *m_playselbutton, *m_rewindbutton, member
H A Dgui.c1661 …mainw->m_playselbutton = lives_standard_tool_button_new(LIVES_TOOLBAR(mainw->btoolbar), LIVES_WIDG… in create_LiVES()
1664 lives_widget_set_sensitive(mainw->m_playselbutton, FALSE); in create_LiVES()
1665 lives_widget_set_focus_on_click(mainw->m_playselbutton, FALSE); in create_LiVES()
2926 lives_signal_connect(LIVES_GUI_OBJECT(mainw->m_playselbutton), LIVES_WIDGET_CLICKED_SIGNAL, in create_LiVES()
H A Dmain.c5130 …lives_widget_set_sensitive(mainw->m_playselbutton, !CURRENT_CLIP_IS_CLIPBOARD && CURRENT_CLIP_HAS_… in sensitize()
5519 lives_widget_set_sensitive(mainw->m_playselbutton, FALSE); in procw_desensitize()
H A Dsaveplay.c2473 lives_widget_set_sensitive(mainw->m_playselbutton, FALSE);