diff options
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> - |