summaryrefslogtreecommitdiff
path: root/docs/reference/pygtk-gtkimcontext.xml
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2004-05-05 05:22:02 +0000
committerJohn Finlay <finlay@src.gnome.org>2004-05-05 05:22:02 +0000
commitc62d4bc5f3f447279d18c63eec96cdbe5784247b (patch)
tree47b9ea6da6d0617363a34b87942e6c9cfbc2e0ef /docs/reference/pygtk-gtkimcontext.xml
parent5ac966ef1ed4fb2fc3f40dbb05a6cd8a47aa43f5 (diff)
downloadpygtk-c62d4bc5f3f447279d18c63eec96cdbe5784247b.tar.gz
spell checked
Diffstat (limited to 'docs/reference/pygtk-gtkimcontext.xml')
-rw-r--r--docs/reference/pygtk-gtkimcontext.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/reference/pygtk-gtkimcontext.xml b/docs/reference/pygtk-gtkimcontext.xml
index b6de3bb1..0e887fcf 100644
--- a/docs/reference/pygtk-gtkimcontext.xml
+++ b/docs/reference/pygtk-gtkimcontext.xml
@@ -220,9 +220,11 @@ linkend="class-gtkentry"><classname>gtk.Entry</classname></link> and <link
linkend="class-gtktextview"><classname>gtk.TextView</classname></link>
widgets.</para>
- <para>The gtkIMContext manages the context of the text surrounding the
-cursor and the preedit text that provides feedback about the in-process
-multiple character composition.</para>
+ <para>The <link
+linkend="class-gtkimcontext"><classname>gtk.IMContext</classname></link>
+manages the context of the text surrounding the cursor and the preedit text
+that provides feedback about the in-process multiple character
+composition.</para>
</refsect1>
@@ -498,7 +500,7 @@ handled.</simpara></listitem>
</varlistentry>
</variablelist>
- <para>The delete_surrounding() emthod asks the widget that the input
+ <para>The delete_surrounding() method asks the widget that the input
context is attached to to delete characters around the cursor position by
emitting the "delete_surrounding" signal. Note that
<parameter>offset</parameter> and <parameter>n_chars</parameter> are in
@@ -509,13 +511,13 @@ class.</para>
<para>In order to use this function, you should first call <link
linkend="method-gtkimcontext--get-surrounding"><methodname>get_surrounding</methodname>()</link>
-to get the current context, and call this function immediately afterwards to
+to get the current context, and call this function immediately afterward 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.</para>
<para>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
+substitutions in the existing text in response to new input. It is not useful
for applications.</para>
</refsect2>