summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2002-01-02 03:49:09 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-01-02 03:49:09 +0000
commit290e4efdfeff91b7abad43bb9644e4c8e0ff9887 (patch)
treea8327917ea81dccf0ea7b563bc6f1839de66c1b9 /gtk/gtktextview.h
parente7153de001f47adcba65c007b202dc583e21e09a (diff)
downloadgtk+-290e4efdfeff91b7abad43bb9644e4c8e0ff9887.tar.gz
propagate exposes to no window children not in the buffer window.
2002-01-01 Havoc Pennington <hp@pobox.com> * gtk/gtktextview.c (gtk_text_view_expose_event): propagate exposes to no window children not in the buffer window. (gtk_text_view_class_init): add move_focus bindings for Ctrl-Tab - is this the right way to do it? (gtk_text_view_focus): add focus method, just chains up for now, I'm not sure why the GtkContainer implementation doesn't work * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): fill in the text line for the child anchor segment * tests/testtext.c (do_add_focus_children): add another test example (to put focusable buttons into the widget)
Diffstat (limited to 'gtk/gtktextview.h')
-rw-r--r--gtk/gtktextview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtktextview.h b/gtk/gtktextview.h
index bc755b3fa6..b52ca6d12b 100644
--- a/gtk/gtktextview.h
+++ b/gtk/gtktextview.h
@@ -185,6 +185,10 @@ struct _GtkTextViewClass
/* overwrite */
void (* toggle_overwrite) (GtkTextView *text_view);
+ /* propagates to GtkWindow move_focus */
+ void (* move_focus) (GtkTextView *text_view,
+ GtkDirectionType direction);
+
GtkFunction pad1;
GtkFunction pad2;
GtkFunction pad3;