[gtkada] Signal handler
Op de Coul, Manuel
Manuel.op.de.Coul at eon.com
Fri Jun 10 16:01:19 CEST 2011
Hello,
In package Gtk.Entry_Completion:
-- - "match_selected"
-- procedure Handler
-- (Completion : access Gtk_Entry_Completion_Record'Class;
-- Model : Gtk_Tree_Model;
-- Iter : Gtk_Tree_Iter);
-- Gets emitted when a match from the list is selected. The default
-- behaviour is to replace the contents of the entry with the contents of
-- the text column in the row pointed to by Iter.
-- Return value: %TRUE if the signal has been handled
How can I instantiate a package from Gtk.Handlers to connect this handler?
Thanks in advance,
Manuel
More information about the gtkada
mailing list