diff options
author | Javier Jardón <jjardon@gnome.org> | 2009-11-09 09:04:57 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-05-03 01:51:19 +0200 |
commit | 8d9e37f40777118d55086ad329318f6657e62397 (patch) | |
tree | 2b3e590b904e37ef17ebcf2226891d9c6af8fbf9 /docs | |
parent | 72323e6d9a9dd7f34d9da47c3f4d951a958e32bc (diff) | |
download | gtk+-8d9e37f40777118d55086ad329318f6657e62397.tar.gz |
Remove all deprecated stuff from GtkContainer
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk-sections.txt | 2 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkcontainer.sgml | 16 |
2 files changed, 0 insertions, 18 deletions
diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt index 29b41889cf..b869aaf7de 100644 --- a/docs/reference/gtk/gtk-sections.txt +++ b/docs/reference/gtk/gtk-sections.txt @@ -985,7 +985,6 @@ gtk_combo_box_entry_get_type GtkContainer GTK_IS_RESIZE_CONTAINER GTK_CONTAINER_WARN_INVALID_CHILD_PROPERTY_ID -gtk_container_border_width gtk_container_add gtk_container_remove gtk_container_add_with_properties @@ -993,7 +992,6 @@ gtk_container_get_resize_mode gtk_container_set_resize_mode gtk_container_check_resize gtk_container_foreach -gtk_container_children gtk_container_get_children gtk_container_set_reallocate_redraws gtk_container_get_focus_child diff --git a/docs/reference/gtk/tmpl/gtkcontainer.sgml b/docs/reference/gtk/tmpl/gtkcontainer.sgml index ea86312f0d..c943346ad2 100644 --- a/docs/reference/gtk/tmpl/gtkcontainer.sgml +++ b/docs/reference/gtk/tmpl/gtkcontainer.sgml @@ -219,14 +219,6 @@ properties in set_child_property() and get_child_property() implementations. @pspec: the #GParamSpec of the property -<!-- ##### MACRO gtk_container_border_width ##### --> -<para> -Does the same as gtk_container_set_border_width(). -</para> - -@Deprecated: Use gtk_container_set_border_width() instead. - - <!-- ##### FUNCTION gtk_container_add ##### --> <para> @@ -292,14 +284,6 @@ Does the same as gtk_container_set_border_width(). @callback_data: -<!-- ##### MACRO gtk_container_children ##### --> -<para> -Does the same as gtk_container_get_children(). -</para> - -@Deprecated: Use gtk_container_get_children() instead. - - <!-- ##### FUNCTION gtk_container_get_children ##### --> <para> |