add API to get combobox option count.
authorRobin Gareus <robin@gareus.org>
Tue, 11 Aug 2015 12:04:58 +0000 (14:04 +0200)
committerRobin Gareus <robin@gareus.org>
Tue, 11 Aug 2015 13:38:26 +0000 (15:38 +0200)
commit9bc85a553c542bc3bff108a066a1da9493078491
tree89759df5fc3b68ce3d94ac6c98061cf5e641c1d2
parenta3b2b1bcfae110c01d47b256e5a4e973a86d2f71
add API to get combobox option count.

The data model needs to be checked to count available options.
Directly using ComboBoxText::children()::size() counts widgets.
libs/gtkmm2ext/gtkmm2ext/utils.h
libs/gtkmm2ext/utils.cc