Home
last modified time | relevance | path

Searched refs:inv_checkbutton (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmultitrack.h703 LiVESWidget *inv_checkbutton; member
H A Dmultitrack.c22577 lives_toggle_button_set_active(LIVES_TOGGLE_BUTTON(amixer->inv_checkbutton), FALSE); in on_amixer_reset_clicked()
22614 boolean inv = lives_toggle_button_get_active(LIVES_TOGGLE_BUTTON(amixer->inv_checkbutton)); in on_amixer_slider_changed()
22861 amixer->inv_checkbutton = lives_check_button_new_with_label(" "); in amixer_show()
22862 lives_toggle_button_set_mode(LIVES_TOGGLE_BUTTON(amixer->inv_checkbutton), FALSE); in amixer_show()
22875 lives_cool_toggled(amixer->inv_checkbutton, NULL); in amixer_show()
22877 } else amixer->inv_checkbutton = lives_check_button_new(); in amixer_show()
22884 lives_tooltips_copy(eventbox, amixer->inv_checkbutton); in amixer_show()
22885 lives_label_set_mnemonic_widget(LIVES_LABEL(label), amixer->inv_checkbutton); in amixer_show()
22890 amixer->inv_checkbutton); in amixer_show()
22899 lives_box_pack_start(LIVES_BOX(hbox), amixer->inv_checkbutton, FALSE, FALSE, 0); in amixer_show()
[all …]