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.
- Host: GitHub
- URL: https://github.com/rainmark/gtk3-tutorial
- Owner: RainMark
- License: cc0-1.0
- Created: 2015-09-11T10:41:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T14:46:41.000Z (almost 11 years ago)
- Last Synced: 2025-04-22T07:14:32.762Z (over 1 year ago)
- Language: C
- Homepage: http://programmica.com/
- Size: 185 KB
- Stars: 40
- Watchers: 5
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.