Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dgui.c237 …set_css_value_direct(mainw->int_audio_checkbutton, LIVES_WIDGET_STATE_NORMAL, "*", "min-height", t… in set_colours()
263 lives_widget_set_valign(mainw->int_audio_checkbutton, LIVES_ALIGN_START); in set_colours()
1693 mainw->int_audio_checkbutton = lives_toggle_tool_button_new(); in create_LiVES()
1698 …lives_signal_sync_connect(LIVES_GUI_OBJECT(mainw->int_audio_checkbutton), LIVES_WIDGET_EXPOSE_EVEN… in create_LiVES()
1706 lives_cool_toggled(mainw->int_audio_checkbutton, NULL); in create_LiVES()
1710 if (!mainw->int_audio_checkbutton) mainw->int_audio_checkbutton = lives_toggle_tool_button_new(); in create_LiVES()
1728 lives_widget_set_sensitive(mainw->int_audio_checkbutton, prefs->audio_src != AUDIO_SRC_INT); in create_LiVES()
1729 lives_toggle_tool_button_set_active(LIVES_TOGGLE_TOOL_BUTTON(mainw->int_audio_checkbutton), in create_LiVES()
1777 lives_widget_set_sensitive(mainw->int_audio_checkbutton, FALSE); in create_LiVES()
3112 lives_widget_set_sensitive(mainw->int_audio_checkbutton, FALSE); in set_interactive()
[all …]
H A Dmainwindow.h1358 LiVESWidget *int_audio_checkbutton, *ext_audio_checkbutton; member
H A Dutils.c3872 lives_widget_set_sensitive(mainw->int_audio_checkbutton, TRUE); in switch_aud_to_jack()
3930 lives_widget_set_sensitive(mainw->int_audio_checkbutton, TRUE); in switch_aud_to_pulse()
3966 lives_widget_set_sensitive(mainw->int_audio_checkbutton, FALSE); in switch_aud_to_sox()
4019 lives_widget_set_sensitive(mainw->int_audio_checkbutton, FALSE); in switch_aud_to_none()
H A Dpreferences.c913 lives_toggle_tool_button_set_active(LIVES_TOGGLE_TOOL_BUTTON(mainw->int_audio_checkbutton), in pref_factory_bool()
952 lives_widget_hide(mainw->int_audio_checkbutton); in pref_factory_bool()
958 lives_widget_show(mainw->int_audio_checkbutton); in pref_factory_bool()
H A Dmain.c5160 lives_widget_set_sensitive(mainw->int_audio_checkbutton, prefs->audio_src != AUDIO_SRC_INT); in sensitize()
5428 lives_widget_set_sensitive(mainw->int_audio_checkbutton, FALSE); in desensitize()