diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-12-08 22:55:03 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-12-08 22:55:03 +0000 |
commit | 85c05a86c05e002c8160ecabe73a372b267b6931 (patch) | |
tree | d1bed6fe58a6aac22fa33e45e51a53c25edb17d7 /docs/reference/gtk/tmpl/gtkcontainer.sgml | |
parent | dfddc2062865c901d7ab9de90214f3aed89bd4eb (diff) | |
download | gtk+-85c05a86c05e002c8160ecabe73a372b267b6931.tar.gz |
=== Released 2.3.1 ===
Mon Dec 8 10:54:44 2003 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.1 ===
* NEWS: Updates for 2.3.1
* configure.in: Version 2.3.1, interface age 0, binary age 301.
* gtk/gtkmenuitem.c (gtk_menu_item_can_activate_accel):
Rename from gtk_menu_item_real_can_activate_accel() to
match GTK+ convention, improve comment.
* gtk/gtkwidget.c: Document gtk_widget_can_activate_accel(),
can ::can-activate-accel signal.
* gtk/gtkwidget.c (closure_accel_activate): Fix spelling
in comment.
* gtk/gtkmenu.c (gtk_menu_real_can_activate_accel): Clean
up comment.
* gtk/gtkcellview{,menuitem}.[ch]: Move GET_PRIVATE() macros
into the .c file.
Mon Dec 8 12:09:21 2003 Owen Taylor <otaylor@redhat.com>
* gtk/gtkicontheme.c (find_builtin_icon): Fix a
missing 'else'. (#128816, Jorn Baayen)
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkcontainer.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkcontainer.sgml | 92 |
1 files changed, 46 insertions, 46 deletions
diff --git a/docs/reference/gtk/tmpl/gtkcontainer.sgml b/docs/reference/gtk/tmpl/gtkcontainer.sgml index d8c13bf31a..1651d4147d 100644 --- a/docs/reference/gtk/tmpl/gtkcontainer.sgml +++ b/docs/reference/gtk/tmpl/gtkcontainer.sgml @@ -102,6 +102,52 @@ changes, use gtk_widget_child_notify(). </para> +<!-- ##### SIGNAL GtkContainer::add ##### --> +<para> + +</para> + +@container: the object which received the signal. +@widget: + +<!-- ##### SIGNAL GtkContainer::check-resize ##### --> +<para> + +</para> + +@container: the object which received the signal. + +<!-- ##### SIGNAL GtkContainer::remove ##### --> +<para> + +</para> + +@container: the object which received the signal. +@widget: + +<!-- ##### SIGNAL GtkContainer::set-focus-child ##### --> +<para> + +</para> + +@container: the object which received the signal. +@widget: + +<!-- ##### ARG GtkContainer:border-width ##### --> +<para> + +</para> + +<!-- ##### ARG GtkContainer:child ##### --> +<para> + +</para> + +<!-- ##### ARG GtkContainer:resize-mode ##### --> +<para> + +</para> + <!-- ##### MACRO GTK_IS_RESIZE_CONTAINER ##### --> <para> @@ -464,49 +510,3 @@ Does the same as gtk_container_get_children(). @class: -<!-- ##### SIGNAL GtkContainer::add ##### --> -<para> - -</para> - -@container: the object which received the signal. -@widget: - -<!-- ##### SIGNAL GtkContainer::check-resize ##### --> -<para> - -</para> - -@container: the object which received the signal. - -<!-- ##### SIGNAL GtkContainer::remove ##### --> -<para> - -</para> - -@container: the object which received the signal. -@widget: - -<!-- ##### SIGNAL GtkContainer::set-focus-child ##### --> -<para> - -</para> - -@container: the object which received the signal. -@widget: - -<!-- ##### ARG GtkContainer:border-width ##### --> -<para> - -</para> - -<!-- ##### ARG GtkContainer:child ##### --> -<para> - -</para> - -<!-- ##### ARG GtkContainer:resize-mode ##### --> -<para> - -</para> - |