[gtk+] docs: Improve cross-referencing on GtkGrid docs
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] docs: Improve cross-referencing on GtkGrid docs
- Date: Wed, 3 Nov 2010 02:36:07 +0000 (UTC)
commit 4e0a50db9ee19faa884069648fa35e92f725313c
Author: Javier Jardón <jjardon gnome org>
Date: Wed Nov 3 03:20:20 2010 +0100
docs: Improve cross-referencing on GtkGrid docs
gtk/gtkgrid.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkgrid.c b/gtk/gtkgrid.c
index 05f50ab..7aaf8ef 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]