Is there a way to find out how many items are in a Gtk::ComboBoxEntryText?
After using Gtk::ComboBoxEntryText::clear(), I need to know if all the items in the pull down did actually cleared.
thanks