gem-graph-client/warm.c

15 lines
508 B
C
Raw Normal View History

2024-04-27 08:46:17 +02:00
#include <unistd.h>
#include <stdio.h>
#include <gtk-4.0/gtk/gtk.h>
2024-04-27 14:59:32 +02:00
/* button_0 = gtk_button_new_with_label ("Quit");
2024-04-27 08:46:17 +02:00
GtkWidget *button_1 = gtk_button_new_with_label ("I");
GtkWidget *button_2 = gtk_button_new_with_label ("II");
GtkWidget *button_3 = gtk_button_new_with_label ("III");
GtkWidget *button_4 = gtk_button_new_with_label ("IV");
2024-04-27 14:59:32 +02:00
GtkWidget *button_5 = gtk_button_new_with_label ("V");*/
2024-04-27 08:46:17 +02:00
// GtkToggleButton *tb1 = GTK_TOGGLE_BUTTON (gtk_button_new_with_label ("tb1"));
2024-04-27 16:16:21 +02:00