Searched refs:gtk_window (Results 1 – 1 of 1) sorted by relevance
309 GtkWidget *gtk_window; member1206 context.gtk_window = gtk_window_new(GTK_WINDOW_TOPLEVEL); in main()1207 gtk_window_set_title(GTK_WINDOW(context.gtk_window), "Aubinator Viewer"); in main()1208 g_signal_connect(context.gtk_window, "delete-event", G_CALLBACK(gtk_main_quit), NULL); in main()1209 gtk_window_resize(GTK_WINDOW(context.gtk_window), 1280, 720); in main()1216 gtk_container_add(GTK_CONTAINER(context.gtk_window), gl_area); in main()1218 gtk_widget_show_all(context.gtk_window); in main()