[gtkada] clear ALL the combo

Emmanuel Briot briot at ACT-Europe.FR
Wed Apr 3 11:18:36 CEST 2002


"Jacobo Marcos" <jacobom at navegalia.com> writes:

> I`m want know if it's any procedure, function, action ... to clear a combo
> box (: the list that is showed when you click in the rigth button of a
> combo)
> after a Set_Popdown_Strings(my_Combo,my_string_Glist)


Maybe a function in Gtk.List ??

Clear_Items (Get_List (My_Combo), 0, -1);


regards
Emmanuel




More information about the gtkada mailing list