12 lines
337 B
C
12 lines
337 B
C
#include <stdio.h>
|
|
#include <gtk-4.0/gtk/gtk.h>
|
|
#include "warm.h"
|
|
#include "cold.h"
|
|
#include "widgets.h"
|
|
#include "pages.h"
|
|
|
|
// https://forge.a-lec.org/gem-graph/gem-graph-client/src/branch/devel/Makefile
|
|
// https://docs.gtk.org/gtk4/visual_index.html < widgets gallery
|
|
// GTK_ORIENTATION_VERTICAL GTK_ORIENTATION_HORIZONTAL
|
|
|