diffing dir...
Fri Oct 22 17:08:16 EDT 2010 Andy Stewart <laz...@gm...>
* New GTK+2.22 function : entryResetImContext
Ignore-this: 83c888182bfbd9eb44dd026afb5e2b34
{
hunk ./gtk/Graphics/UI/Gtk/Entry/Entry.chs 87
+ entryResetImContext,
hunk ./gtk/Graphics/UI/Gtk/Entry/Entry.chs 475
+
+-- | Reset the input method context of the entry if needed.
+-- [_$_]
+-- This can be necessary in the case where modifying the buffer would confuse on-going input method
+-- behavior.
+--
+-- * Available since Gtk+ version 2.22
+--
+entryResetImContext :: EntryClass self => self -> IO ()
+entryResetImContext self =
+ {#call gtk_entry_reset_im_context #} (toEntry self)
}
|