D | configure.c | 381 GtkWidget *label, *hbox; in FLAC_XMMS__configure() local 431 hbox = gtk_hbox_new(FALSE,4); in FLAC_XMMS__configure() 432 gtk_container_add(GTK_CONTAINER(title_tag_vbox),hbox); in FLAC_XMMS__configure() 434 gtk_box_pack_start(GTK_BOX(hbox),label,FALSE,FALSE,0); in FLAC_XMMS__configure() 436 gtk_box_pack_start(GTK_BOX(hbox),fileCharacterSetEntry,TRUE,TRUE,0); in FLAC_XMMS__configure() 439 gtk_box_pack_start(GTK_BOX(hbox),label,FALSE,FALSE,0); in FLAC_XMMS__configure() 441 gtk_box_pack_start(GTK_BOX(hbox),userCharacterSetEntry,TRUE,TRUE,0); in FLAC_XMMS__configure() 504 hbox = gtk_hbox_new(FALSE,3); in FLAC_XMMS__configure() 505 gtk_container_add(GTK_CONTAINER(replaygain_vbox),hbox); in FLAC_XMMS__configure() 507 gtk_box_pack_start(GTK_BOX(hbox),label,FALSE,FALSE,0); in FLAC_XMMS__configure() [all …]
|