diff options
author | Havoc Pennington <hp@pobox.com> | 2000-11-01 07:07:46 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-11-01 07:07:46 +0000 |
commit | fe9f9d03f41936fc9ace154db4904e32f2ec3304 (patch) | |
tree | b7948e3ad25559ae7b231f8e209a86687bbd927e /docs | |
parent | da5fdc1360a6002b06b0196e33e294527069a90c (diff) | |
download | gtk+-fe9f9d03f41936fc9ace154db4904e32f2ec3304.tar.gz |
New function to create a pixbuf pointing to a subregion of another pixbuf.
2000-11-01 Havoc Pennington <hp@pobox.com>
* gdk-pixbuf.c (gdk_pixbuf_new_subpixbuf): New function to create
a pixbuf pointing to a subregion of another pixbuf.
2000-11-01 Havoc Pennington <hp@pobox.com>
* gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
on a label
(gtk_label_finalize): unref the attr list if any.
* gtk/testgtk.c (create_get_image): close test on second click
(make_message_dialog): close dialog if it exists
* gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
* gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
gdk-pixbuf
* gtk/gtklabel.c (gtk_label_set_markup): new function to set label
from Pango markup format
(gtk_label_set_markup_with_accel): ditto but with accelerator
parsing
* gtk/gtkimage.c (gtk_image_expose): reformatting.
* gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
reflect current state of GDK - use gdk_drawable_get_colormap, etc.
Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to
call gdk_window_get_origin().
* gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
implement GDK_PIXBUF_ALPHA_FULL
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ChangeLog | 4 | ||||
-rw-r--r-- | docs/reference/gtk/gtk-sections.txt | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 867ce4c757..160d5e9c95 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2000-11-01 Havoc Pennington <hp@pobox.com> + + * gtk/gtk-sections.txt: Add new label functions + Sun Oct 29 02:59:50 2000 Owen Taylor <otaylor@redhat.com> * **: Updates to new gtk-doc, gsignal, causing quite diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt index f1bfa9cdf9..64296e3fe9 100644 --- a/docs/reference/gtk/gtk-sections.txt +++ b/docs/reference/gtk/gtk-sections.txt @@ -1102,13 +1102,16 @@ GTK_ITEM_FACTORY_GET_CLASS GtkLabel GtkLabelWord gtk_label_new -gtk_label_set +gtk_label_set_text +gtk_label_set_attributes +gtk_label_set_markup +gtk_label_set_markup_with_accel gtk_label_set_pattern gtk_label_set_justify gtk_label_get gtk_label_parse_uline gtk_label_set_line_wrap -gtk_label_set_text +gtk_label_set <SUBSECTION Standard> GTK_LABEL GTK_IS_LABEL |