summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2001-06-08 19:03:23 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-06-08 19:03:23 +0000
commit7009511a224b15f26e91d4fbf42ce9bbf5f013d1 (patch)
treea9c3279b0cba4f78db1f56e8880af0aff4c590f0 /gtk/gtktextview.h
parent348482374ab6ae42c0f26a4341c783607bab6e7f (diff)
downloadgdk-pixbuf-7009511a224b15f26e91d4fbf42ce9bbf5f013d1.tar.gz
added this function
2001-06-08 Havoc Pennington <hp@redhat.com> * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this function * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added this function
Diffstat (limited to 'gtk/gtktextview.h')
-rw-r--r--gtk/gtktextview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtktextview.h b/gtk/gtktextview.h
index 3455655d9..66165b3db 100644
--- a/gtk/gtktextview.h
+++ b/gtk/gtktextview.h
@@ -316,8 +316,9 @@ gint gtk_text_view_get_indent (GtkTextView *text_vi
void gtk_text_view_set_tabs (GtkTextView *text_view,
PangoTabArray *tabs);
PangoTabArray* gtk_text_view_get_tabs (GtkTextView *text_view);
-
+/* note that the return value of this changes with the theme */
+GtkTextAttributes* gtk_text_view_get_default_attributes (GtkTextView *text_view);
#ifdef __cplusplus
}