Re: GtkEntrys and trying to select during a changed or insert-text signal

2005-06-02 Thread Zvi Sebrow
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

GtkEntrys and trying to select during a changed or insert-text signal

2005-06-02 Thread Richard Baverstock
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,