Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 235 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 235 Bytes

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`