diff options
author | Havoc Pennington <hp@pobox.com> | 2001-09-21 14:23:15 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-09-21 14:23:15 +0000 |
commit | 85b433515b43064e51f820e9971b257ae71275c3 (patch) | |
tree | be304951b9b5cdd9d697425f562f119e81777e96 /docs | |
parent | bd30ca18847e96b3b1d51f91b905eb6540e5969b (diff) | |
download | gdk-pixbuf-85b433515b43064e51f820e9971b257ae71275c3.tar.gz |
add variables and checks for specific versions of dependencies. Previously
2001-09-20 Havoc Pennington <hp@pobox.com>
* configure.in (PANGO_REQUIRED_VERSION)
(ATK_REQUIRED_VERSION): add variables and checks for specific
versions of dependencies. Previously we didn't verify the
Pango or ATk versions.
2001-09-09 Havoc Pennington <hp@pobox.com>
* gtk/gtktextiter.c: fool with indentation
(gtk_text_iter_in_range): add g_return_if_fail
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/tmpl/gtk-unused.sgml | 13 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkcontainer.sgml | 7 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtknotebook.sgml | 9 |
3 files changed, 16 insertions, 13 deletions
diff --git a/docs/reference/gtk/tmpl/gtk-unused.sgml b/docs/reference/gtk/tmpl/gtk-unused.sgml index 83b5e86b0..a745705aa 100644 --- a/docs/reference/gtk/tmpl/gtk-unused.sgml +++ b/docs/reference/gtk/tmpl/gtk-unused.sgml @@ -225,12 +225,6 @@ has the focus. @clist: The #GtkCList widget to check. -<!-- ##### MACRO GTK_HAVE_CONTAINER_FOCUS_ADJUSTMENTS ##### --> -<para> - -</para> - - <!-- ##### MACRO GTK_ICON_SIZE_BUTTON ##### --> <para> @@ -1799,13 +1793,6 @@ arrow. @show_toggle_indicator: unused @show_submenu_indicator: whether to show the arrow or not -<!-- ##### MACRO gtk_notebook_set_page ##### --> -<para> -</para> - -@notebook: -@page_num: - <!-- ##### FUNCTION gtk_object_arg_get ##### --> <para> Private function to get an argument and argument info from an object. diff --git a/docs/reference/gtk/tmpl/gtkcontainer.sgml b/docs/reference/gtk/tmpl/gtkcontainer.sgml index 8c7596d83..4fa9b0e08 100644 --- a/docs/reference/gtk/tmpl/gtkcontainer.sgml +++ b/docs/reference/gtk/tmpl/gtkcontainer.sgml @@ -38,6 +38,13 @@ GtkContainer @pspec: +<!-- ##### MACRO GTK_HAVE_CONTAINER_FOCUS_ADJUSTMENTS ##### --> +<para> + +</para> + + + <!-- ##### MACRO gtk_container_border_width ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtknotebook.sgml b/docs/reference/gtk/tmpl/gtknotebook.sgml index 6f9e96d0c..04ce87708 100644 --- a/docs/reference/gtk/tmpl/gtknotebook.sgml +++ b/docs/reference/gtk/tmpl/gtknotebook.sgml @@ -132,6 +132,15 @@ Deprecated compatibility macro. @Returns: +<!-- ##### MACRO gtk_notebook_set_page ##### --> +<para> +</para> + +<!-- # Unused Parameters # --> +@notebook: +@page_num: + + <!-- ##### FUNCTION gtk_notebook_next_page ##### --> <para> </para> |