summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--en/introduction.tex6
-rw-r--r--it/introduction.tex8
2 files changed, 14 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
diff --git a/it/introduction.tex b/it/introduction.tex
index 5d1a9c8..72de6c9 100644
--- a/it/introduction.tex
+++ b/it/introduction.tex
@@ -1 +1,9 @@
\chapter{Introduzione}
+GTK \`{e} un toolkit per interfacce grafiche libero. Un toolkit per le
+interfacce grafiche \`{e} usato per costruire le interfacce grafiche
+delle nostre applicazioni. GTK \`{e} basata su GObject, un framework
+orientato agli oggetti specifico per il linguaggio di programmazione C.
+
+Ogni oggetto in GTK \`{e} un widget, quindi una finestra \`{e} un contenitore
+di widget che pu\`{o} contenere altri widget come pulsanti, campi di testo
+e tanti altri. \ No newline at end of file