From 4ea25828a3704880e7291c8299114592a9d80d61 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Tue, 4 Jan 2005 19:19:57 +0000 Subject: [PATCH] 2005-01-04 Mike Kestner * gtk/Gtk.metadata : mark an out param for IMContext.GetSurrounding. [Fixes #70995] svn path=/trunk/gtk-sharp/; revision=38322 --- ChangeLog | 5 +++++ doc/en/Gtk/IMContext.xml | 32 ++++++++++++++++---------------- gtk/Gtk.metadata | 1 + 3 files changed, 22 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0b08cbce0..7f522c767 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-04 Mike Kestner + + * gtk/Gtk.metadata : mark an out param for IMContext.GetSurrounding. + [Fixes #70995] + 2005-01-04 Mike Kestner * gtk/CellLayout.custom : declare SetAttributes and SetCellDataFunc. diff --git a/doc/en/Gtk/IMContext.xml b/doc/en/Gtk/IMContext.xml index 6f20b2bce..fa8b80ba1 100644 --- a/doc/en/Gtk/IMContext.xml +++ b/doc/en/Gtk/IMContext.xml @@ -71,32 +71,32 @@ Asks the widget that the input context is attached to to delete characters around the cursor position by emitting the - signal. + signal. a a - a , if the signal was handled. + a , if the signal was handled. - - Note that and + + Note that and are in characters not in bytes, which differs from the usage other - places in . + places in . - + In order to use this function, you should first call - + to get the current context, and call this function immediately afterwards to make sure that you know what you are deleting. You should also account for the fact that even if the signal was handled, the input context might not have deleted all the characters that were requested to be deleted. - + This function is used by an input method that wants to make subsitutions in the existing text in response to new input. It is not useful for applications. - + @@ -167,7 +167,7 @@ Set the client window for the input context; this is the - in which the input appears. + in which the input appears. a a @@ -214,8 +214,8 @@ a a - If is (default - is ), then the IM context may use some other method to display + If is (default + is ), then the IM context may use some other method to display feedback, such as displaying it in a child of the root window. @@ -310,19 +310,19 @@ - + Method System.Boolean - + - To be added + Gets the context around the insertion point. a - a + a a diff --git a/gtk/Gtk.metadata b/gtk/Gtk.metadata index e4fd91cb7..e2a156949 100644 --- a/gtk/Gtk.metadata +++ b/gtk/Gtk.metadata @@ -195,6 +195,7 @@ out 1 SurroundingDeleted + out 1 1 GetItem