[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Number of rows in a Gtk::ListStore size?
- From: Jonathon Jongsma <jonathon quotidian org>
- To: gtkmm-list gnome org
- Subject: Re: Number of rows in a Gtk::ListStore size?
- Date: Fri, 22 Feb 2008 19:21:40 -0600
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
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list
try liststore->children().size ();
--
Jonner
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]