summaryrefslogtreecommitdiff
path: root/gtk/gtkenums.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkenums.h')
-rw-r--r--gtk/gtkenums.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index 206fdbef12..d3b6b3e6b2 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -343,10 +343,11 @@ typedef enum
/**
* GtkPackType:
- * @GTK_PACK_START: The child is packed into the start of the box
- * @GTK_PACK_END: The child is packed into the end of the box
+ * @GTK_PACK_START: The child is packed into the start of the widget
+ * @GTK_PACK_END: The child is packed into the end of the widget
*
- * Represents the packing location #GtkBox children
+ * Represents the packing location of a children in its parent.
+ * See #GtkWindowControls for example.
*/
typedef enum
{