This is a template for C/GTK3 programs.
redacted 80052ebc12 init commit | пре 3 месеци | |
---|---|---|
build | пре 3 месеци | |
data | пре 3 месеци | |
src | пре 3 месеци | |
README.md | пре 3 месеци | |
gtk_example | пре 3 месеци | |
makefile | пре 3 месеци |
C/GTK3 template
This is a template for C/GTK3 programs
GTK3
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