Home
last modified time | relevance | path

Searched refs:LIVES_TOGGLE_TOOL_BUTTON (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dwidget-helper.c11326 …_toggle_if_condmet(tbut, widget, lives_toggle_tool_button_get_active(LIVES_TOGGLE_TOOL_BUTTON(tbut… in toggle_set_sensitive()
11338 …_toggle_if_condmet(tbut, widget, !lives_toggle_tool_button_get_active(LIVES_TOGGLE_TOOL_BUTTON(tbu… in toggle_set_insensitive()
11349 …_toggle_if_condmet(tbut, widget, lives_toggle_tool_button_get_active(LIVES_TOGGLE_TOOL_BUTTON(tbut… in toggle_set_visible()
11361 …_toggle_if_condmet(tbut, widget, !lives_toggle_tool_button_get_active(LIVES_TOGGLE_TOOL_BUTTON(tbu… in toggle_set_invisible()
11458 lives_toggle_tool_button_set_active(LIVES_TOGGLE_TOOL_BUTTON(togglebutton), TRUE); in widget_act_toggle()
11469 lives_toggle_tool_button_set_active(LIVES_TOGGLE_TOOL_BUTTON(togglebutton), FALSE); in widget_inact_toggle()
11479 return lives_toggle_tool_button_toggle(LIVES_TOGGLE_TOOL_BUTTON(togglebutton)); in label_act_toggle()
12103 && lives_toggle_tool_button_get_active(LIVES_TOGGLE_TOOL_BUTTON(tbutton)))); in lives_cool_toggled()
12124 && lives_toggle_tool_button_get_active(LIVES_TOGGLE_TOOL_BUTTON(widget)))); in draw_cool_toggle()
H A Dwidget-helper-gtk.h912 #define LIVES_TOGGLE_TOOL_BUTTON(widget) GTK_TOGGLE_TOOL_BUTTON(widget) macro
H A Dgui.c1729 lives_toggle_tool_button_set_active(LIVES_TOGGLE_TOOL_BUTTON(mainw->int_audio_checkbutton), in create_LiVES()
1732 …toggle_toolbutton_sets_sensitive(LIVES_TOGGLE_TOOL_BUTTON(mainw->int_audio_checkbutton), mainw->l2… in create_LiVES()
1768 lives_toggle_tool_button_set_active(LIVES_TOGGLE_TOOL_BUTTON(mainw->ext_audio_checkbutton), in create_LiVES()
1771 …toggle_toolbutton_sets_sensitive(LIVES_TOGGLE_TOOL_BUTTON(mainw->ext_audio_checkbutton), mainw->l3… in create_LiVES()
H A Djack.c1210 lives_toggle_tool_button_set_active(LIVES_TOGGLE_TOOL_BUTTON(mainw->ext_audio_mon), tval > 0.); in audio_read()
H A Dpulse.c1289 …lives_toggle_tool_button_set_active(LIVES_TOGGLE_TOOL_BUTTON(mainw->ext_audio_mon), (*(uint8_t *)d…
H A Dpreferences.c910 lives_toggle_tool_button_set_active(LIVES_TOGGLE_TOOL_BUTTON(mainw->ext_audio_checkbutton), in pref_factory_bool()
913 lives_toggle_tool_button_set_active(LIVES_TOGGLE_TOOL_BUTTON(mainw->int_audio_checkbutton), in pref_factory_bool()
H A Dsaveplay.c3088 lives_toggle_tool_button_set_active(LIVES_TOGGLE_TOOL_BUTTON(mainw->ext_audio_mon), FALSE);
H A Dcallbacks.c8288 state = lives_toggle_tool_button_get_active(LIVES_TOGGLE_TOOL_BUTTON(tbutton));