[gtk+] GtkListBox: Mention activatable and selectable in the docs



commit fffd58fca80d8b1cd65d7322cca07dd101a5eb20
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jul 15 23:45:27 2014 -0400

    GtkListBox: Mention activatable and selectable in the docs

 gtk/gtklistbox.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtklistbox.c b/gtk/gtklistbox.c
index 1095f6f..29449e9 100644
--- a/gtk/gtklistbox.c
+++ b/gtk/gtklistbox.c
@@ -52,6 +52,11 @@
  * add any kind of widget to it via gtk_container_add(), and a #GtkListBoxRow
  * widget will automatically be inserted between the list and the widget.
  *
+ * #GtkListBoxRows can be marked as activatable or selectable. If a row
+ * is activatable, #GtkListBox::row-activated will be emitted for it when
+ * the user tries to activate it. If it is selectable, the row will be marked
+ * as selected when the user tries to select it.
+ *
  * The GtkListBox widget was added in GTK+ 3.10.
  */
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]