Skip to content
Trainraider edited this page Jul 20, 2021 · 4 revisions

Welcome to the gtk3-glade-c-template wiki!

The project is meant to be an easy yet minimal starting point for any GTK+ 3 project. UI design is quick and easy using Glade to place widgets and generate XML describing the UI and linking it to your functions. Initial setup is just setting your project name and other info in config.mk. Resources are integrated into the executable using GResource.

Contents:

Getting Started

Adding Resources

Adding Source Files

Clone this wiki locally