From e6b7189044b7c6d1f56bd11e5a595ff2bca8bc5d Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 24 Jul 2014 00:10:55 +0200 Subject: [PATCH] Fix up introduction texts a bit --- treeview-tutorial.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/treeview-tutorial.xml b/treeview-tutorial.xml index 7029bfb..af2851d 100644 --- a/treeview-tutorial.xml +++ b/treeview-tutorial.xml @@ -22,8 +22,8 @@ - This is a tutorial on how to use the GTK (the GIMP Toolkit) - GtkTreeView widget through its C interface. + This is a tutorial on how to use the GTK+ GtkTreeView widget + through its C interface. Please mail all comments and suggestions to tim at centricular dot net @@ -99,8 +99,9 @@ Hello World - For the impatient, here is a small treeview 'Hello World' program - (which can also be found in the examples section of the For the impatient, here is a small + GtkTreeView ‘Hello World’ program (which can also + be found in the examples section of the treeview-tutorial.tar.gz tarball).