Home
last modified time | relevance | path

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

/external/flac/src/plugin_xmms/
Dconfigure.c378 GtkWidget *replaygain_vbox, *resolution_hbox, *resolution_normal_vbox, *resolution_replaygain_vbox; in FLAC_XMMS__configure() local
490 replaygain_vbox = gtk_vbox_new(FALSE, 10); in FLAC_XMMS__configure()
491 gtk_container_border_width(GTK_CONTAINER(replaygain_vbox), 5); in FLAC_XMMS__configure()
492 gtk_container_add(GTK_CONTAINER(replaygain_frame), replaygain_vbox); in FLAC_XMMS__configure()
497 gtk_box_pack_start(GTK_BOX(replaygain_vbox), replaygain_enable, FALSE, FALSE, 0); in FLAC_XMMS__configure()
502 gtk_box_pack_start(GTK_BOX(replaygain_vbox), replaygain_album_mode, FALSE, FALSE, 0); in FLAC_XMMS__configure()
505 gtk_container_add(GTK_CONTAINER(replaygain_vbox),hbox); in FLAC_XMMS__configure()
520 gtk_box_pack_start(GTK_BOX(replaygain_vbox), replaygain_hard_limit, FALSE, FALSE, 0); in FLAC_XMMS__configure()