From 519930cfc671bbadefffbde0b67c5e80facfcccb Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Wed, 17 Jul 2013 13:09:28 -0400 Subject: [PATCH] docs: use informal figures for screenshots --- docs/reference/gtk/getting_started.xml | 40 ++++++++++++++++++-------- 1 file changed, 28 insertions(+), 12 deletions(-) diff --git a/docs/reference/gtk/getting_started.xml b/docs/reference/gtk/getting_started.xml index bbfc17a1c9..5df456dafa 100644 --- a/docs/reference/gtk/getting_started.xml +++ b/docs/reference/gtk/getting_started.xml @@ -19,9 +19,13 @@ program possible. This program will create an empty 200 × 200 pixel window. - - - + + + + + + + Create a new file with the following content named example-0.c. @@ -102,9 +106,13 @@ In the long tradition of programming languages and libraries, it is called Hello, World. - - - + + + + + + + Hello World in GTK+ @@ -138,9 +146,13 @@ The following example shows how the GtkGrid container lets you arrange several buttons: - - - + + + + + + + Packing buttons @@ -179,9 +191,13 @@ input event handling by means of ::button-press and ::motion-notify handlers. - - - + + + + + + + Drawing in response to input