diff options
author | Havoc Pennington <hp@redhat.com> | 2000-09-30 00:17:22 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-09-30 00:17:22 +0000 |
commit | 244996ffec3b76c4cbef2e9684c0557ffed7e8fa (patch) | |
tree | 01acf82d5b49070fe08ad77e7b140d21c4465797 /gtk/gtktextlayout.h | |
parent | 0415b69e76b5d2d3bb8adecb6cf19974281b597c (diff) | |
download | gtk+-244996ffec3b76c4cbef2e9684c0557ffed7e8fa.tar.gz |
fix indentation
2000-09-29 Havoc Pennington <hp@redhat.com>
* gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
* gtk/gtktextview.c: Implement drag thresholding; change functions
that set border window size to have nicer name
(gtk_text_view_mark_set_handler): Fix this to have the
right signature.
* gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
* gtk/testtext.c: Update with API changes, put line numbers on
both sides.
* gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
with this
* gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
pixbuf; delete a big block of #if 0 Tk code
* gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace
insert_pixmap with insert_pixbuf
Diffstat (limited to 'gtk/gtktextlayout.h')
-rw-r--r-- | gtk/gtktextlayout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktextlayout.h b/gtk/gtktextlayout.h index 79b569f61a..5d812f1a99 100644 --- a/gtk/gtktextlayout.h +++ b/gtk/gtktextlayout.h @@ -132,7 +132,7 @@ struct _GtkTextLineDisplay { PangoLayout *layout; GSList *cursors; - GSList *pixmaps; + GSList *pixbufs; GtkTextDirection direction; @@ -146,7 +146,7 @@ struct _GtkTextLineDisplay gint bottom_margin; gboolean size_only; - GtkTextLine *line; + GtkTextLine *line; }; extern PangoAttrType gtk_text_attr_appearance_type; |