Home
last modified time | relevance | path

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

/dports/audio/aqualung/aqualung-1.0/src/
H A Dports.c433 GtkTreeSelection * select_out_R; in port_setup_dialog() local
521 select_out_R = gtk_tree_view_get_selection(GTK_TREE_VIEW(tree_out_R)); in port_setup_dialog()
522 gtk_tree_selection_set_mode(select_out_R, GTK_SELECTION_SINGLE); in port_setup_dialog()
523 …g_signal_connect(G_OBJECT(select_out_R), "changed", G_CALLBACK(tree_out_R_selection_changed), NULL… in port_setup_dialog()