entry_account      51 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	GtkWidget *entry_account;
entry_account     426 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	callback_return_username(state->entry_account, (gpointer)state);
entry_account     583 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	state->entry_account = gtk_entry_new();
entry_account     584 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	gtk_entry_set_max_length(GTK_ENTRY(state->entry_account), MAX_CRED_LEN);
entry_account     585 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	g_signal_connect(G_OBJECT(state->entry_account), "activate",
entry_account     588 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	gtk_editable_select_region(GTK_EDITABLE(state->entry_account),
entry_account     589 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 				   0, GTK_ENTRY(state->entry_account)->text_length);
entry_account     590 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	gtk_box_pack_start(GTK_BOX(box1), state->entry_account, TRUE, TRUE, 0);
entry_account     591 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	gtk_widget_show(state->entry_account);