Searched refs:streaming_proxy_port_entry (Results 1 – 1 of 1) sorted by relevance
121 static GtkWidget *streaming_proxy_port_entry, *streaming_save_use, *streaming_save_entry; variable171 flac_cfg.stream.proxy_port = atoi(gtk_entry_get_text(GTK_ENTRY(streaming_proxy_port_entry))); in flac_configurewin_ok()682 streaming_proxy_port_entry = gtk_entry_new(); in FLAC_XMMS__configure()683 gtk_widget_set_usize(streaming_proxy_port_entry, 50, -1); in FLAC_XMMS__configure()685 gtk_entry_set_text(GTK_ENTRY(streaming_proxy_port_entry), temp); in FLAC_XMMS__configure()687 gtk_box_pack_start(GTK_BOX(streaming_proxy_hbox), streaming_proxy_port_entry, FALSE, FALSE, 0); in FLAC_XMMS__configure()