summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/ChangeLog8
-rw-r--r--docs/reference/gdk-pixbuf/gdk-pixbuf.types3
-rw-r--r--docs/reference/gtk/tmpl/gtkscrolledwindow.sgml12
3 files changed, 15 insertions, 8 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 98c492c516..c0566641a4 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,11 @@
+2001-10-18 Matthias Clasen <matthiasc@poet.de>
+
+ * gdk-pixbuf/gdk-pixbuf.types: Add GdkPixbuf,
+ GdkPixbufAnimation and GdkPixbufAnimationIter. (#62590)
+
+ * gtk/tmpl/gtkscrolledwindow.sgml: Replace GtkCList by
+ GtkTreeView in example. (#62200)
+
2001-10-17 Matthias Clasen <matthiasc@poet.de>
* gtk/tmpl/gtkdnd.sgml, gtk/tmpl/gtkclipboard.sgml,
diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf.types b/docs/reference/gdk-pixbuf/gdk-pixbuf.types
index 6c87dc45c2..1fb2a560a6 100644
--- a/docs/reference/gdk-pixbuf/gdk-pixbuf.types
+++ b/docs/reference/gdk-pixbuf/gdk-pixbuf.types
@@ -1,4 +1,7 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gdk-pixbuf/gdk-pixbuf-loader.h>
+gdk_pixbuf_get_type
gdk_pixbuf_loader_get_type
+gdk_pixbuf_animation_get_type
+gdk_pixbuf_animation_iter_get_type
diff --git a/docs/reference/gtk/tmpl/gtkscrolledwindow.sgml b/docs/reference/gtk/tmpl/gtkscrolledwindow.sgml
index 85bd8a5e11..f7093de2cd 100644
--- a/docs/reference/gtk/tmpl/gtkscrolledwindow.sgml
+++ b/docs/reference/gtk/tmpl/gtkscrolledwindow.sgml
@@ -80,7 +80,7 @@ only be accessed using the functions below.
Creates a new scrolled window. The two arguments are the scrolled
window's adjustments; these will be shared with the scrollbars and the
child widget to keep the bars in sync with the child. Usually you want
-to pass NULL for the adjustments, which will cause the scrolled window
+to pass %NULL for the adjustments, which will cause the scrolled window
to create them for you.
</para>
@@ -140,9 +140,9 @@ gtk_container_add() instead of this function.
The viewport scrolls the child by moving its #GdkWindow, and takes the
size of the child to be the size of its toplevel #GdkWindow. This will
be very wrong for most widgets that support native scrolling; for
-example, if you add a #GtkCList with a viewport, the whole widget will
-scroll, including the column headings. Thus #GtkCList supports
-scrolling already, and should not be used with the #GtkViewport proxy.
+example, if you add a widget such as #GtkTreeView with a viewport, the
+whole widget will scroll, including the column headings. Thus, widgets
+with native scrolling support should not be used with the #GtkViewport proxy.
</para>
<para>
@@ -192,8 +192,6 @@ Sets the #GtkAdjustment for the vertical scrollbar.
</para>
@scrolled_window: A #GtkScrolledWindow.
-@hadjustment:
-<!-- # Unused Parameters # -->
@vadjustment: Vertical scroll adjustment.
@@ -214,8 +212,6 @@ Sets the #GtkAdjustment for the vertical scrollbar.
@scrolled_window:
@hscrollbar_policy:
@vscrollbar_policy:
-<!-- # Unused Parameters # -->
-@vscrollvar_policy:
<!-- ##### FUNCTION gtk_scrolled_window_get_shadow_type ##### -->