Searched refs:resolution_replaygain_noise_shaping_frame (Results 1 – 1 of 1) sorted by relevance
110 static GtkWidget *resolution_replaygain_noise_shaping_frame; variable292 …gtk_widget_set_sensitive(resolution_replaygain_noise_shaping_frame, flac_cfg.output.resolution.rep… in resolution_replaygain_dither_cb()564 resolution_replaygain_noise_shaping_frame = gtk_frame_new(_("Noise shaping")); in FLAC_XMMS__configure()565 gtk_container_border_width(GTK_CONTAINER(resolution_replaygain_noise_shaping_frame), 5); in FLAC_XMMS__configure()566 gtk_box_pack_start(GTK_BOX(hbox), resolution_replaygain_noise_shaping_frame, TRUE, TRUE, 0); in FLAC_XMMS__configure()570 …gtk_container_add(GTK_CONTAINER(resolution_replaygain_noise_shaping_frame), resolution_replaygain_… in FLAC_XMMS__configure()