Home
last modified time | relevance | path

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

/external/flac/src/plugin_xmms/
Dconfigure.c377 …GtkWidget *replaygain_frame, *resolution_frame, *output_vbox, *resolution_normal_frame, *resolutio… in FLAC_XMMS__configure() local
526 resolution_frame = gtk_frame_new(_("Resolution")); in FLAC_XMMS__configure()
527 gtk_container_border_width(GTK_CONTAINER(resolution_frame), 5); in FLAC_XMMS__configure()
528 gtk_box_pack_start(GTK_BOX(output_vbox), resolution_frame, TRUE, TRUE, 0); in FLAC_XMMS__configure()
532 gtk_container_add(GTK_CONTAINER(resolution_frame), resolution_hbox); in FLAC_XMMS__configure()