diff options
author | Bastian Ilsø <bastianilso@src.gnome.org> | 2015-02-14 21:24:20 +0100 |
---|---|---|
committer | Bastian Ilsø <bastianilso@src.gnome.org> | 2015-02-15 22:57:57 +0100 |
commit | 0080224fdb0984997e04dcc465ecda58933738ac (patch) | |
tree | e531bdc2ff107223dc05c17cc47bce36fd883a58 /docs | |
parent | b187773053098cca1b7c23e04e096d47fbb65a5f (diff) | |
download | gtk+-0080224fdb0984997e04dcc465ecda58933738ac.tar.gz |
Updated grid-packing to GtkApplication.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/getting_started.xml | 5 |
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> |