gem-graph-client/cold.h

17 lines
631 B
C
Raw Normal View History

2024-04-27 16:16:21 +02:00
#include <stdio.h>
#include <gtk/gtk.h>
void print_text(GtkWidget *widget, gpointer data);
2024-04-28 06:21:57 +02:00
void button_0(GtkWindow *window, GtkWidget *grid, int x, int y, int w, int h);
void button_1(GtkWidget *grid, int x, int y, int w, int h);
void window_bar(GtkWindow *window, char *title);
void window_grid(GtkWindow *window);
2024-04-27 16:16:21 +02:00
/*
2024-04-28 06:21:57 +02:00
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");
2024-04-27 16:16:21 +02:00
*/
// GtkToggleButton *tb1 = GTK_TOGGLE_BUTTON (gtk_button_new_with_label ("tb1"));