summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBastian Ilsø <bastianilso@src.gnome.org>2015-02-14 21:24:20 +0100
committerBastian Ilsø <bastianilso@src.gnome.org>2015-02-15 22:57:57 +0100
commit0080224fdb0984997e04dcc465ecda58933738ac (patch)
treee531bdc2ff107223dc05c17cc47bce36fd883a58 /docs
parentb187773053098cca1b7c23e04e096d47fbb65a5f (diff)
downloadgtk+-0080224fdb0984997e04dcc465ecda58933738ac.tar.gz
Updated grid-packing to GtkApplication.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/getting_started.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/reference/gtk/getting_started.xml b/docs/reference/gtk/getting_started.xml
index 949b96809a..03bd2d63df 100644
--- a/docs/reference/gtk/getting_started.xml
+++ b/docs/reference/gtk/getting_started.xml
@@ -169,9 +169,8 @@
<title>Packing</title>
<para>When creating an application, you'll want to put more than one widget
- inside a window. Our first helloworld example only used one widget so we
- could simply use a gtk_container_add() call to "pack" the widget into the
- window. But when you want to put more than one widget into a window, it
+ inside a window.
+ When you want to put more than one widget into a window, it
it becomes important to control how each widget is positioned and sized.
This is where packing comes in.</para>