[maemo-developers] Remove list item -- How on earth?!

From: Murray Cumming murrayc at murrayc.com
Date: Mon Oct 6 11:32:50 EEST 2008
On Fri, 2008-10-03 at 03:23 +0300, Queen wrote:
> Hello all!
> 
> So, here's the deal.
> I made a GtkWidget *window5.
> It has several widgets. Among them, a GtkList *list_info_description and 
> a menu.

Do not use GtkList. It is deprecated (since years ago), and rather
broken, as you can read here:
http://library.gnome.org/devel/gtk/stable/GtkListItem.html

You probably want to use a GtkTreeView, with a GtkListStore model.


-- 
Murray Cumming
murrayc at murrayc.com
www.murrayc.com
www.openismus.com



More information about the maemo-developers mailing list