summaryrefslogtreecommitdiff
path: root/gtk/gtktextmark.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2001-01-12 23:23:40 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-01-12 23:23:40 +0000
commitf4b31ff5e6564e8d07f3ae14f378c6f9a8626203 (patch)
tree1b839b474e3b8a85192bb7e585c1b5e4883a4c53 /gtk/gtktextmark.h
parent8e1a69c28b54d6176339bc375699c34173de2496 (diff)
downloadgtk+-f4b31ff5e6564e8d07f3ae14f378c6f9a8626203.tar.gz
offset the current invalid region, fixes redraw bug while scrolling the
2001-01-12 Havoc Pennington <hp@redhat.com> * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the current invalid region, fixes redraw bug while scrolling the text widget * gtk/gtktextview.c, gtk/gtktextview.h: Rearrange the scrolling/validation/etc. code in a major way, so it seems to make sense to me. Probably isn't genuinely that much better, but... * gtk/gtktexttag.c (set_fg_color): fix name of property used for notifies * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
Diffstat (limited to 'gtk/gtktextmark.h')
-rw-r--r--gtk/gtktextmark.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtktextmark.h b/gtk/gtktextmark.h
index 3b2d0fc9aa..07ce2672a8 100644
--- a/gtk/gtktextmark.h
+++ b/gtk/gtktextmark.h
@@ -89,6 +89,7 @@ gboolean gtk_text_mark_get_visible (GtkTextMark *mark);
const char * gtk_text_mark_get_name (GtkTextMark *mark);
gboolean gtk_text_mark_get_deleted (GtkTextMark *mark);
GtkTextBuffer* gtk_text_mark_get_buffer (GtkTextMark *mark);
+gboolean gtk_text_mark_get_left_gravity (GtkTextMark *mark);
#ifdef __cplusplus