[gtk+/composite-templates] Enhanced documentation for gtk_container_class_set_template()



commit 868eb1d1b2e3642a5b4911af90595a63a8553fc9
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Mon Jun 7 15:31:57 2010 -0400

    Enhanced documentation for gtk_container_class_set_template()

 gtk/gtkcontainer.c |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c
index 9c8b86a..6e85515 100644
--- a/gtk/gtkcontainer.c
+++ b/gtk/gtkcontainer.c
@@ -1382,11 +1382,21 @@ gtk_container_get_composite_child (GtkContainer *container,
  * This is used when implementing new composite widget types
  * to setup a UI template for instances of this type.
  *
+ * Templates are in the <link linkend="BUILDER-UI">GtkBuilder UI description</link>
+ * format and are used to implement composite widget types in
+ * an automated way. 
+ *
+ * Instances with an assigned template will have thier children
+ * built at object construct time.
+ *
  * The provided xml fragment is expected to start with <child>
  * instead of <object> and will be parsed with a fresh instance
  * of the implementing composite widget type in context as the 
- * parent container.
+ * parent container. The composite instance itself will be exposed
+ * to the GtkBuilder as an external object named "container" and in this way can
+ * be referred to in child signal and property declarations.
  * 
+ * Since: 3.0
  */
 void
 gtk_container_class_set_template (GtkContainerClass *container_class,



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