t;[EMAIL PROTECTED]>
To:
Sent: Thursday, June 02, 2005 10:11 AM
Subject: GtkEntrys and trying to select during a changed or insert-text
signal
I have a GtkEntry with which I am trying to do autocompletion. During a
call to the "changed" signal handler I have set up when the user ent
I have a GtkEntry with which I am trying to do autocompletion. During a
call to the "changed" signal handler I have set up when the user enters
text, I complete the
user's text, but I cannot select the "untyped" part using
gtk_editable_select_region. I also cannot set the cursor position.
However,