Home
last modified time | relevance | path

Searched refs:hentry (Results 1 – 1 of 1) sorted by relevance

/external/fio/
Dgfio.c494 GtkWidget *hentry; member
517 text = gtk_entry_get_text(GTK_ENTRY(cw->hentry)); in hostname_cb()
558 cw.hentry = gtk_entry_new(); in get_connection_details()
559 gtk_entry_set_text(GTK_ENTRY(cw.hentry), "localhost"); in get_connection_details()
560 gtk_box_pack_start(GTK_BOX(hbox), cw.hentry, TRUE, TRUE, 0); in get_connection_details()
603 g_signal_connect(G_OBJECT(cw.hentry), "changed", G_CALLBACK(hostname_cb), &cw); in get_connection_details()
613 ge->host = strdup(gtk_entry_get_text(GTK_ENTRY(cw.hentry))); in get_connection_details()