Home
last modified time | relevance | path

Searched refs:ext_audio_checkbutton (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dgui.c238 …set_css_value_direct(mainw->ext_audio_checkbutton, LIVES_WIDGET_STATE_NORMAL, "*", "min-height", t… in set_colours()
264 lives_widget_set_valign(mainw->ext_audio_checkbutton, LIVES_ALIGN_START); in set_colours()
1734 mainw->ext_audio_checkbutton = lives_toggle_tool_button_new(); in create_LiVES()
1742 …lives_signal_sync_connect(LIVES_GUI_OBJECT(mainw->ext_audio_checkbutton), LIVES_WIDGET_EXPOSE_EVEN… in create_LiVES()
1751 lives_cool_toggled(mainw->ext_audio_checkbutton, NULL); in create_LiVES()
1767 lives_widget_set_sensitive(mainw->ext_audio_checkbutton, prefs->audio_src != AUDIO_SRC_EXT); in create_LiVES()
1768 lives_toggle_tool_button_set_active(LIVES_TOGGLE_TOOL_BUTTON(mainw->ext_audio_checkbutton), in create_LiVES()
1773 …w->ext_audio_func = lives_signal_sync_connect_after(LIVES_GUI_OBJECT(mainw->ext_audio_checkbutton), in create_LiVES()
1778 lives_widget_set_sensitive(mainw->ext_audio_checkbutton, FALSE); in create_LiVES()
3113 lives_widget_set_sensitive(mainw->ext_audio_checkbutton, FALSE); in set_interactive()
[all …]
H A Dmainwindow.h1358 LiVESWidget *int_audio_checkbutton, *ext_audio_checkbutton; member
H A Dutils.c3873 lives_widget_set_sensitive(mainw->ext_audio_checkbutton, TRUE); in switch_aud_to_jack()
3931 lives_widget_set_sensitive(mainw->ext_audio_checkbutton, TRUE); in switch_aud_to_pulse()
3967 lives_widget_set_sensitive(mainw->ext_audio_checkbutton, FALSE); in switch_aud_to_sox()
4020 lives_widget_set_sensitive(mainw->ext_audio_checkbutton, FALSE); in switch_aud_to_none()
H A Dpreferences.c910 lives_toggle_tool_button_set_active(LIVES_TOGGLE_TOOL_BUTTON(mainw->ext_audio_checkbutton), in pref_factory_bool()
953 lives_widget_hide(mainw->ext_audio_checkbutton); in pref_factory_bool()
959 lives_widget_show(mainw->ext_audio_checkbutton); in pref_factory_bool()
H A Dmain.c5161 lives_widget_set_sensitive(mainw->ext_audio_checkbutton, prefs->audio_src != AUDIO_SRC_EXT); in sensitize()
5429 lives_widget_set_sensitive(mainw->ext_audio_checkbutton, FALSE); in desensitize()
H A Dcallbacks.c8291 if (tbutton == mainw->ext_audio_checkbutton) {