rhfreeman wrote:

> Hi all,
>
> I have been using the "insert-text" signal to read the contents of a entry
> widget as they are entered, but I can't find a way to detect return/enter
> being pressed in it.
>
> Can anyone help?
>
> Rich
>
> --
> To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Use the 'activate' signal.  You will find documentation for it in one of the parent
widgets for gtk_entry - I think it's inherited from gtk_editable

-- 
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to