forked from AuroraMiddleware/gtk
Add GdkPixbuf, GdkPixbufAnimation and GdkPixbufAnimationIter. (#62590
* gdk-pixbuf/gdk-pixbuf.types: Add GdkPixbuf, GdkPixbufAnimation and GdkPixbufAnimationIter. (#62590 * gtk/tmpl/gtkscrolledwindow.sgml: Replace GtkCList by GtkTreeView in example. (#62200)
This commit is contained in:
parent
b75d0e8f38
commit
65bcfc1165
@ -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,
|
||||
|
@ -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
|
||||
|
@ -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 ##### -->
|
||||
|
Loading…
Reference in New Issue
Block a user