diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-07-21 19:30:22 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-07-21 19:30:22 +0000 |
commit | e6be8f3f6a8152416b66e406382c6b6f805fa23d (patch) | |
tree | 162931bcd0d1606e39b5b5b51bb3a851482472de /gtk/gtktextlayout.h | |
parent | fa5d7c7709785ffddca4681d51ebf7b21f208165 (diff) | |
download | gtk+-e6be8f3f6a8152416b66e406382c6b6f805fa23d.tar.gz |
Use new PangoAttrShape to reserve space for pixmaps, add GSList *pixmaps
Fri Jul 21 15:28:13 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
PangoAttrShape to reserve space for pixmaps, add
GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
in the display functions.
* gtk/testgtk.c (create_layout): Set some more exotic
scrolled window options
* gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
Add function to set the shadow type of a window, to allow
putting a shadow around widgets such as GtkLayout or GnomeCanvas
which don't draw their own frame.
Diffstat (limited to 'gtk/gtktextlayout.h')
-rw-r--r-- | gtk/gtktextlayout.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtktextlayout.h b/gtk/gtktextlayout.h index 457d36f929..200b13e128 100644 --- a/gtk/gtktextlayout.h +++ b/gtk/gtktextlayout.h @@ -115,6 +115,7 @@ struct _GtkTextLineDisplay { PangoLayout *layout; GSList *cursors; + GSList *pixmaps; GtkTextDirection direction; |