Could anybody explain me in which situations the virtual keyboard preedit_* (start, end, changed) signals are fired ? When are they usefull ?<br><br>--Antonio<br><br><div><span class="gmail_quote">On 3/13/06, <b class="gmail_sendername">
Antonio Gomes</b> <<a href="mailto:tonikitoo@gmail.com">tonikitoo@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="direction: ltr;">Hi,<br><br>Sometime ago I sent an e-mail asking about hiding input text from non-gtk widgets. I've got some progress but I stock on hiding the "autocomplete widget/service" content (this is the one under the virtual keyboard (when it's in "show-mode") that tries to "guess" the word we are typing, getting you some possible candidates to be autocompleted).
<br><br>Is there a way to manually force the hiding of its content (in the case of typing passwords) using the GtkIMContext ? <br><br>Well, gtk_entry_set_visibility (entry, TRUE) is enough to do the trick, but I can't use this once I don't have a gtk_entry_widget, but a mozilla-html-form instead. So how could it it be got ? Is it possible, at least ?
<br clear="all"><br></div></blockquote></div>