mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
Properly document gtk_container_set_focus_child(). (#521739, Andrew Cowie)
2008-03-17 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkcontainer.c: Properly document gtk_container_set_focus_child(). (#521739, Andrew Cowie) svn path=/trunk/; revision=19893
This commit is contained in:
parent
e745e41ee7
commit
519ba608ee
@ -1,3 +1,8 @@
|
||||
2008-03-17 Emmanuele Bassi <ebassi@gnome.org>
|
||||
|
||||
* gtk/gtkcontainer.c: Properly document
|
||||
gtk_container_set_focus_child(). (#521739, Andrew Cowie)
|
||||
|
||||
2008-03-16 Alberto Ruiz <aruiz@gnome.org>
|
||||
|
||||
* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: more descriptive
|
||||
|
@ -1537,6 +1537,17 @@ gtk_container_foreach_full (GtkContainer *container,
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user