diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-15 01:15:52 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-15 01:15:52 +0000 |
commit | d745218d7286bc633870417ca36b33de1f715d70 (patch) | |
tree | 7a954151e9cba8ffe77f12cfac7d0241b58089bf /ChangeLog.pre-2-2 | |
parent | 1fafff6ca42cfaeba430edbc6c6b0532cc86b042 (diff) | |
download | gtk+-d745218d7286bc633870417ca36b33de1f715d70.tar.gz |
Add docs.
* gtk/gtkcontainer.c (gtk_container_class_install_child_property):
(gtk_container_child_get_valist):
(gtk_container_child_get_property):
(gtk_container_child_set_valist):
(gtk_container_child_set_property):
(gtk_container_add_with_properties):
(gtk_container_child_set):
(gtk_container_child_get): Add docs.
* gtk/gtkwindow.c (gtk_window_activate_default):
(gtk_window_activate_focus): Add docs.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index f6a8aa5a2c..8341e6a657 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,17 @@ +2002-12-15 Matthias Clasen <maclas@gmx.de> + + * gtk/gtkcontainer.c (gtk_container_class_install_child_property): + (gtk_container_child_get_valist): + (gtk_container_child_get_property): + (gtk_container_child_set_valist): + (gtk_container_child_set_property): + (gtk_container_add_with_properties): + (gtk_container_child_set): + (gtk_container_child_get): Add docs. + + * gtk/gtkwindow.c (gtk_window_activate_default): + (gtk_window_activate_focus): Add docs. + 2002-12-14 Matthias Clasen <maclas@gmx.de> * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Made |