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