blob: 0fcce0de2d4724397063940e4a236a6d017dbb6d (
plain)
1
2
3
4
5
6
7
|
\chapter{Introduction}
GTK is a free widget toolkit. A widget toolkit is a development toolkit
used to build GUIs of our applications. GTK is based on GObject, an
object-oriented C framework.
Every object in GTK is a widget, so a window is a container widget that
can contains other widgets such as buttons, text fields and so on.
|