gtk+ r19893 - in trunk: . gtk



Author: ebassi
Date: Mon Mar 17 13:57:00 2008
New Revision: 19893
URL: http://svn.gnome.org/viewvc/gtk+?rev=19893&view=rev

Log:
2008-03-17  Emmanuele Bassi  <ebassi gnome org>

	* gtk/gtkcontainer.c: Properly document
	gtk_container_set_focus_child(). (#521739, Andrew Cowie)

Modified:
   trunk/ChangeLog
   trunk/gtk/gtkcontainer.c

Modified: trunk/gtk/gtkcontainer.c
==============================================================================
--- trunk/gtk/gtkcontainer.c	(original)
+++ trunk/gtk/gtkcontainer.c	Mon Mar 17 13:57:00 2008
@@ -1537,6 +1537,17 @@
     notify (callback_data);
 }
 
+/**
+ * gtk_container_set_focus_child:
+ * @container: a #GtkContainer
+ * @widget: a #GtkWidget, or %NULL
+ *
+ * Sets, or unsets if @widget is %NULL, the focused child of @container.
+ *
+ * This function emits the GtkContainer::set_focus_child signal of
+ * @container. Implementations of #GtkContainer can override the
+ * default behaviour by overriding the class closure of this signal.
+ */
 void
 gtk_container_set_focus_child (GtkContainer *container,
 			       GtkWidget    *widget)



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