[gtk/wip/dboles/overlay-docs-3: 41/42] Overlay: Improve overly brief blurbs @ child props
- From: Daniel Boles <dboles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/dboles/overlay-docs-3: 41/42] Overlay: Improve overly brief blurbs @ child props
- Date: Thu, 20 Jun 2019 20:43:39 +0000 (UTC)
commit 8393c6d9beb041fc03ae22a1d72660d884d4c447
Author: Daniel Boles <dboles src gmail com>
Date: Wed Jun 12 17:52:58 2019 +0100
Overlay: Improve overly brief blurbs @ child props
Be a bit clearer about what :pass-through does, and point :index at the
corresponding reorder_overlay() method that explains what an index means
gtk/gtkoverlay.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkoverlay.c b/gtk/gtkoverlay.c
index 030fe614cd..b483d1f240 100644
--- a/gtk/gtkoverlay.c
+++ b/gtk/gtkoverlay.c
@@ -774,7 +774,8 @@ gtk_overlay_class_init (GtkOverlayClass *klass)
/**
* GtkOverlay:pass-through:
*
- * Pass through input, does not affect main child.
+ * Whether to pass input through the overlay child to the main child.
+ * (Of course, this has no effect when set on the main child itself.)
*
* Since: 3.18
*/
@@ -786,7 +787,8 @@ gtk_overlay_class_init (GtkOverlayClass *klass)
/**
* GtkOverlay:index:
*
- * The index of the overlay in the parent, -1 for the main child.
+ * The index of the overlay child in the parent (or -1 for the main child).
+ * See gtk_overlay_reorder_overlay().
*
* Since: 3.18
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]