diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-11-01 21:50:58 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-11-01 21:50:58 +0000 |
commit | a1fe2ac180bf3c16dd58145e356767fc097c6b70 (patch) | |
tree | 9b501544246cd9c8f780550291b5f32080843500 /gtk/gtkmarshal.list | |
parent | 2704ea2b581c4d601c43e9843fca9afe271fc3a7 (diff) | |
download | gtk+-a1fe2ac180bf3c16dd58145e356767fc097c6b70.tar.gz |
Add: - A ::retrieve_surrounding signal that asks the widget for context
Thu Nov 1 16:20:56 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimcontext.[ch]: Add:
- A ::retrieve_surrounding signal that asks the widget for
context around the insertion point.
- A ::delete_surrounding signal that asks the widget to
delete context aroudn the insertion point.
- gtk_im_context_set_context() for widgets to set context
around the insertion point in response to ::retrieve_context.
- gtk_im_context_get_context() for context to get context
around the insertion point
* gtkmarshal.list: Add BOOL:INT,INT
* gtk/gtkimmulticontext.c: Proxy the get_surrounding() /
set_surrounding() methods, and the ::retrieve_surrounding /
::delete_surrounding signals.
* gtk/gtkentry.c gtk/gtktreeview.c: Hook up to the
GtkIMContext::retrieve_surrounding / ::delete_surrounding
signals.
Diffstat (limited to 'gtk/gtkmarshal.list')
-rw-r--r-- | gtk/gtkmarshal.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkmarshal.list b/gtk/gtkmarshal.list index 23a66260e6..84b23e024c 100644 --- a/gtk/gtkmarshal.list +++ b/gtk/gtkmarshal.list @@ -27,6 +27,7 @@ BOOLEAN:ENUM BOOLEAN:OBJECT,INT,INT,UINT BOOLEAN:OBJECT,STRING,STRING,BOXED BOOLEAN:OBJECT,BOXED,BOXED +BOOLEAN:INT,INT BOOLEAN:VOID BOOLEAN:BOOLEAN ENUM:ENUM |