Lines Matching refs:dialog_connecting
34 static GtkWidget *dialog_connecting = NULL; variable
211 dialog_connecting = gtk_dialog_new_with_buttons ("VNC Viewer", in show_connect_window()
229 gtk_container_add (GTK_CONTAINER (GTK_DIALOG(dialog_connecting)->vbox), in show_connect_window()
232 gtk_widget_show (dialog_connecting); in show_connect_window()
474 if (dialog_connecting != NULL) { in update()
475 gtk_widget_destroy (dialog_connecting); in update()
476 dialog_connecting = NULL; in update()
530 if (dialog_connecting != NULL) { in GtkErrorLog()
531 gtk_widget_destroy (dialog_connecting); in GtkErrorLog()
532 dialog_connecting = NULL; in GtkErrorLog()
604 gtk_widget_destroy (dialog_connecting); in get_password()
605 dialog_connecting = NULL; in get_password()