Skip to content

TerrehDactyl/gtktemplate.h-Tutorials

Repository files navigation

gtktemplate.h-Tutorials

tutorials on using gtktemplate.h

All code in this repo will compile with the following command unless stated otherwise.

gcc -Wall -g programname.c -o programname `pkg-config --cflags --libs gtk+-3.0`