summaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-01-23 18:25:27 +0100
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-01-23 18:25:27 +0100
commit741cc7ff9583c7c0e10dbc6f3b93fdb3e2189ee7 (patch)
treed3dc9a751e31e54ad67ad006aba9a4b72257a0a9 /en
parentff66e0d6eae86c087ce54ff7e4173ac8ecbeca78 (diff)
downloadgtk4-741cc7ff9583c7c0e10dbc6f3b93fdb3e2189ee7.tar.gz
gtk4-741cc7ff9583c7c0e10dbc6f3b93fdb3e2189ee7.zip
Add first `it` and `en` sectionsHEADmaster
Diffstat (limited to 'en')
-rw-r--r--en/introduction.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/en/introduction.tex b/en/introduction.tex
index f4ec3a1..0fcce0d 100644
--- a/en/introduction.tex
+++ b/en/introduction.tex
@@ -1 +1,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. \ No newline at end of file