Home
last modified time | relevance | path

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

/external/libvncserver/client_examples/
Dgtkvncviewer.c34 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()
[all …]