2024-04-27 08:46:17 +02:00
|
|
|
#include <stdio.h>
|
|
|
|
#include <gtk-4.0/gtk/gtk.h>
|
2024-05-05 20:53:52 +02:00
|
|
|
#include "warm.h"
|
2024-04-29 06:03:00 +02:00
|
|
|
#include "cold.h"
|
2024-04-27 08:46:17 +02:00
|
|
|
|
2024-05-01 11:01:50 +02:00
|
|
|
// https://docs.gtk.org/gtk4/visual_index.html < widgets gallery
|
2024-04-29 23:43:04 +02:00
|
|
|
|