Searched refs:streaming_size_box (Results 1 – 1 of 1) sorted by relevance
/external/flac/src/plugin_xmms/ |
D | configure.c | 387 GtkWidget *streaming_size_box, *streaming_size_label, *streaming_size_spin; in FLAC_XMMS__configure() local 632 streaming_size_box = gtk_hbox_new(FALSE, 5); in FLAC_XMMS__configure() 634 gtk_box_pack_start(GTK_BOX(streaming_buf_hbox), streaming_size_box, TRUE, TRUE, 0); in FLAC_XMMS__configure() 636 gtk_box_pack_start(GTK_BOX(streaming_size_box), streaming_size_label, FALSE, FALSE, 0); in FLAC_XMMS__configure() 640 gtk_box_pack_start(GTK_BOX(streaming_size_box), streaming_size_spin, FALSE, FALSE, 0); in FLAC_XMMS__configure()
|