summaryrefslogtreecommitdiff
path: root/gtk/gtkenums.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-10-01 13:05:12 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-10-01 13:05:12 -0400
commit0bca60fdd3af35df917e0103b4744ef12cd9f805 (patch)
treef2f9364256e6fe5e2918dd0571f35e712afea5d8 /gtk/gtkenums.h
parentd35aa02dd5c64fe54294f42d2a03d1767f50718a (diff)
downloadgtk+-0bca60fdd3af35df917e0103b4744ef12cd9f805.tar.gz
GTK docs: various fixups
Diffstat (limited to 'gtk/gtkenums.h')
-rw-r--r--gtk/gtkenums.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index 5305791743..98cd0a5257 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -37,15 +37,14 @@ G_BEGIN_DECLS
/**
* GtkAlign:
- *
* @GTK_ALIGN_FILL: stretch to fill all space if possible, center if
- * no meaningful way to stretch
+ * no meaningful way to stretch
* @GTK_ALIGN_START: snap to left or top side, leaving space on right
- * or bottom
+ * or bottom
* @GTK_ALIGN_END: snap to right or bottom side, leaving space on left
- * or top
+ * or top
* @GTK_ALIGN_CENTER: center natural width of widget inside the
- * allocation
+ * allocation
*
* Controls how a widget deals with extra space in a single (x or y)
* dimension.