[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Function to return the number of rows in a CList?
- From: Roberto Mantovani <rmantovani libero it>
- To: gtk-app-devel-list gnome org
- Subject: Re: Function to return the number of rows in a CList?
- Date: Mon, 07 Jun 2004 11:49:26 +0200
On Fri, 2004-06-04 at 17:39, Matthew Yaconis wrote:
> I know I'm going to feel really stupid when the response comes back for this but I searched through the whole CList API reference page for any instance of the word "row" and still couldn't find a function that would return the total number of rows in the passed CList.
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Use directly te GtkCList struct :
GTK_CLIST(clist)->rows
Remember that gtkclist is a deprecated widget, use gtktreeview instead.
bye
--
Roberto Mantovani <rmantovani libero it>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]