An open API service indexing awesome lists of open source software.

https://github.com/rainmark/gtk3-tutorial

GTK+ 3 tutorial for the C programming language.
https://github.com/rainmark/gtk3-tutorial

Last synced: 11 months ago
JSON representation

GTK+ 3 tutorial for the C programming language.

Awesome Lists containing this project

README

          

The GTK+ 3 Tutorial is an introductory guide through the widgets available in the GTK+ 3 toolkit, combined with the use of the C programming language.

The tutorial does not guide through the building process of an application from start to finish, but rather provides the common methods and signals used by each widget, and a description of how each works.

The main GitHub repository for this documentation is https://github.com/Programmica/gtk3-tutorial.