README.md 442 B

screenshot.png

C/GTK3 template

About

This is a template for C/GTK3 programs

Dependencies

GTK3

Template structure

widgets.h declares all widgets
builder.c defines and packs all widgets
logic.c handles input events, connects signals and defines callbacks
main initializes gtk/mainloop and calls builder() and connect_signal() functions