15 lines
508 B
C
15 lines
508 B
C
#include <unistd.h>
|
|
#include <stdio.h>
|
|
#include <gtk-4.0/gtk/gtk.h>
|
|
|
|
/* button_0 = gtk_button_new_with_label ("Quit");
|
|
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");
|
|
GtkWidget *button_5 = gtk_button_new_with_label ("V");*/
|
|
|
|
// GtkToggleButton *tb1 = GTK_TOGGLE_BUTTON (gtk_button_new_with_label ("tb1"));
|
|
|
|
|