summaryrefslogtreecommitdiff
path: root/gtk/gtkgrid.c
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-11-03 03:20:20 +0100
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-11-05 22:19:49 +0900
commitdadf5c331ae5aca6ed616776d7ad359243558c4b (patch)
tree3fee0c26ce4b36178038c38f585c338f884812b9 /gtk/gtkgrid.c
parent7dd52d7b60fa1e4b25a65148eada36face402524 (diff)
downloadgtk+-dadf5c331ae5aca6ed616776d7ad359243558c4b.tar.gz
docs: Improve cross-referencing on GtkGrid docs
Diffstat (limited to 'gtk/gtkgrid.c')
-rw-r--r--gtk/gtkgrid.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkgrid.c b/gtk/gtkgrid.c
index 05f50ab3c5..7aaf8ef818 100644
--- a/gtk/gtkgrid.c
+++ b/gtk/gtkgrid.c
@@ -36,9 +36,9 @@
*
* GtkGrid is a container which arranges its child widgets in
* rows and columns. It is a very similar to #GtkTable and #GtkBox,
- * but it consistently uses #GtkWidget's margin and expand properties
- * instead of custom child properties, and it fully supports
- * height-for-width geometry management.
+ * but it consistently uses #GtkWidget's #GtkWidget:margin and #GtkWidget:expand
+ * properties instead of custom child properties, and it fully supports
+ * <link linkend="geometry-management">height-for-width geometry management</link>.
*
* Children are added using gtk_grid_attach(). They can span multiple
* rows or columns. It is also possible to add a child next to an
@@ -46,7 +46,7 @@
*
* GtkGrid can be used like a #GtkBox by just using gtk_container_add(),
* which will place children next to each other in the direction determined
- * by the #GtkGrid::orientation property.
+ * by the #GtkOrientable:orientation property.
*/
typedef struct _GtkGridChild GtkGridChild;