Lines Matching refs:hbox
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()
512 gtk_box_pack_start(GTK_BOX(hbox),replaygain_preamp_hscale,TRUE,TRUE,0); in FLAC_XMMS__configure()
514 gtk_box_pack_start(GTK_BOX(hbox),replaygain_preamp_label,FALSE,FALSE,0); in FLAC_XMMS__configure()
560 hbox = gtk_hbox_new(FALSE, 10); in FLAC_XMMS__configure()
561 gtk_container_border_width(GTK_CONTAINER(hbox), 5); in FLAC_XMMS__configure()
562 gtk_box_pack_start(GTK_BOX(resolution_replaygain_vbox), hbox, TRUE, TRUE, 0); in FLAC_XMMS__configure()
566 gtk_box_pack_start(GTK_BOX(hbox), resolution_replaygain_noise_shaping_frame, TRUE, TRUE, 0); in FLAC_XMMS__configure()
598 gtk_box_pack_start(GTK_BOX(hbox), resolution_replaygain_bps_out_frame, FALSE, FALSE, 0); in FLAC_XMMS__configure()