On Fri, 2008-02-22 at 22:43 +0100, Andreas Volz wrote: > Hello, > > How could I find out the number of rows in a Gtk::ListStore for a > Gtk::ComboBoxEntry? > > regards > Andreas > _______________________________________________ > gtkmm-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtkmm-list
try liststore->children().size (); -- Jonner _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
