GTK+ tutorial
This is a GTK+ programming tutorial. In this tutorial, we will learn the basics of GUI programming in GTK+ and C language. The GTK+ tutorial is suitable for beginners and intermediate programmers.
Table of contents
- Introduction
- First Programs
- Menus and Toolbars
- Layout Management
- Events
- Dialogs
- Widgets
- Widgets II
- GtkTreeView Widget
- GtkTextView Widget
- Custom GTK+ Widget
GTK+
The GTK+ is a library for creating graphical user interfaces. The library is created in C programming language. The GTK+ library is also called the GIMP Toolkit. Originally, the library was created while developing the GIMP image manipulation program.
Chinese translation by chinalmy.
Similar tutorials
There are tutorials for various language bindings of GTK on ZetCode. GTK# tutorial, PyGTK tutorial, Java Gnome tutorial, Visual Basic GTK# tutorial, and Ruby GTK tutorial. Cairo graphics tutorial is a tutorial for creating 2D graphics with GTK backend also.