Re: Gtk2::EntryCompletion cursor-on-match



Thank you very much for this.

I've added inline the changes you need to make it work.

Was this a pun? ;)


# according to the gtk source, the cursor-on-match signal
# will be emitted only if the completion's inline-selection
# property is set to true.
$completion->set (inline_selection => TRUE);


Does this simply mean that when inline_selection => TRUE the selection
populates the entry it is attached to and when it is FALSE only the
entered prefix appears in the entry?

Thanks again for all your help.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]