[gtkada] Problem with combo-list

Nicolas Setton setton at act-europe.fr
Thu Oct 30 11:02:41 CET 2003


Hello

> I’m actually student in EIG (school of engineer of Geneva) and I’m
> using GtkADA to create a GUI.

Thanks for the translation in English !  ;-)

> I try to use a combo-list but I have a problem with events. The
> combo-list is using to select an element and I would catch a
> modification in selection. I don’t find the event to use for this
> problem. It is possible and have you got a solution or an example?

You could either:

 => Detect a change in the text of the underlying entry (use Get_Entry
to get the entry, and connect to the "changed" signal)

 => Detect the disappearance of the window displaying the list..

Nico



More information about the gtkada mailing list