Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Drte_window.c24 static LiVESWidget **conx_buttons; variable
72 lives_widget_set_sensitive(conx_buttons[idx], FALSE); in rte_window_set_interactive()
1133 lives_widget_set_sensitive(conx_buttons[idx], TRUE); in set_param_and_con_buttons()
1139 lives_widget_set_sensitive(conx_buttons[idx], FALSE); in set_param_and_con_buttons()
1876 lives_free(conx_buttons); in on_rtew_delete_event()
2146conx_buttons = (LiVESWidget **)lives_malloc((prefs->rte_keys_virtual) * modes * sizeof(LiVESWidget… in create_rte_window()
2274 conx_buttons[idx] = lives_standard_button_new_with_label(_("Set Connections"), in create_rte_window()
2276 lives_widget_set_valign(conx_buttons[idx], LIVES_ALIGN_CENTER); in create_rte_window()
2326 lives_signal_sync_connect(LIVES_GUI_OBJECT(conx_buttons[idx]), LIVES_WIDGET_CLICKED_SIGNAL, in create_rte_window()
2330 … lives_box_pack_start(LIVES_BOX(hbox), conx_buttons[idx], FALSE, FALSE, widget_opts.packing_width); in create_rte_window()