Searched refs:streaming_proxy_port_entry (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/plugin_xmms/
H A Dconfigure.c119 static GtkWidget *streaming_proxy_port_entry, *streaming_save_use, *streaming_save_entry; variable
169 flac_cfg.stream.proxy_port = atoi(gtk_entry_get_text(GTK_ENTRY(streaming_proxy_port_entry)));
680 streaming_proxy_port_entry = gtk_entry_new();
681 gtk_widget_set_usize(streaming_proxy_port_entry, 50, -1);
683 gtk_entry_set_text(GTK_ENTRY(streaming_proxy_port_entry), temp);
685 gtk_box_pack_start(GTK_BOX(streaming_proxy_hbox), streaming_proxy_port_entry, FALSE, FALSE, 0); local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/plugin_xmms/
H A Dconfigure.c119 static GtkWidget *streaming_proxy_port_entry, *streaming_save_use, *streaming_save_entry; variable
169 flac_cfg.stream.proxy_port = atoi(gtk_entry_get_text(GTK_ENTRY(streaming_proxy_port_entry)));
680 streaming_proxy_port_entry = gtk_entry_new();
681 gtk_widget_set_usize(streaming_proxy_port_entry, 50, -1);
683 gtk_entry_set_text(GTK_ENTRY(streaming_proxy_port_entry), temp);
685 gtk_box_pack_start(GTK_BOX(streaming_proxy_hbox), streaming_proxy_port_entry, FALSE, FALSE, 0); local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/plugin_xmms/
H A Dconfigure.c119 static GtkWidget *streaming_proxy_port_entry, *streaming_save_use, *streaming_save_entry; variable
169 flac_cfg.stream.proxy_port = atoi(gtk_entry_get_text(GTK_ENTRY(streaming_proxy_port_entry)));
680 streaming_proxy_port_entry = gtk_entry_new();
681 gtk_widget_set_usize(streaming_proxy_port_entry, 50, -1);
683 gtk_entry_set_text(GTK_ENTRY(streaming_proxy_port_entry), temp);
685 gtk_box_pack_start(GTK_BOX(streaming_proxy_hbox), streaming_proxy_port_entry, FALSE, FALSE, 0); local

Completed in 176 milliseconds