[gtk] stack: Fix :needs-attention docs
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] stack: Fix :needs-attention docs
- Date: Fri, 19 Jun 2020 03:35:02 +0000 (UTC)
commit e45518fb5f3b80c8a0c3c048fbc418817910402c
Author: Timm Bäder <mail baedert org>
Date: Sat Jun 13 21:25:21 2020 +0200
stack: Fix :needs-attention docs
This is a property on GtkStackPage these days.
gtk/gtkstack.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkstack.c b/gtk/gtkstack.c
index b0715960d6..a46e897ca0 100644
--- a/gtk/gtkstack.c
+++ b/gtk/gtkstack.c
@@ -403,9 +403,9 @@ gtk_stack_page_class_init (GtkStackPageClass *class)
GTK_PARAM_READWRITE);
/**
- * GtkStack:needs-attention:
+ * GtkStackPage:needs-attention:
*
- * Sets a flag specifying whether the child requires the user attention.
+ * Sets a flag specifying whether the oage requires the user attention.
* This is used by the #GtkStackSwitcher to change the appearance of the
* corresponding button when a page needs attention and it is not the
* current one.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]