GNOME Bugzilla – Bug 102900
Would like _gtk_text_util_append_special_char_menuitems made public
Last modified: 2011-02-04 16:12:26 UTC
Programs, like AbiWord, have their own text widgets, which are comparable in both scope and functionality to GtkTextView. At the very minimum, both need to input text. Abi also does its own popup context menu handling. Now, it is possible to expose the XIM entries via the ueber-easy gtk_im_multicontext_append_menuitems call. I would also like to push _gtk_text_util_append_special_char_menuitems or something like it to the public interface as well. This would allow for parity in 3rd party applications and widgets not based on GtkTextView.
*** This bug has been marked as a duplicate of 94655 ***