[gtk+/composite-templates: 4/18] Enhanced documentation for gtk_container_class_set_template()
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/composite-templates: 4/18] Enhanced documentation for gtk_container_class_set_template()
- Date: Tue, 31 Jul 2012 12:13:52 +0000 (UTC)
commit 3b5e89176ea9a1b45b9a446b88323ff4451b55f8
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]