[gtkada] clear a combo
Emmanuel Briot
briot at ACT-Europe.FR
Tue Apr 2 13:15:01 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 after a Set_Popdown_Strings(my_Combo,my_string_Glist)
Set_Text (Get_Entry (My_Combo), "");
This should do the trick, if I understand correctly what you mean. Of course,
you must have authorized the combo box to be empty, in Glade there is a switch
for that.
regards,
Emmanuel
More information about the gtkada
mailing list