[maemo-developers] Remove list item -- How on earth?!
From: Murray Cumming murrayc at murrayc.comDate: Mon Oct 6 11:32:50 EEST 2008
- Previous message: Remove list item -- How on earth?!
- Next message: Announcing PenguinTV, rss reader and podcast downloader
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: Remove list item -- How on earth?!
- Next message: Announcing PenguinTV, rss reader and podcast downloader
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]