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
[EMAIL PROTECTED]
www.murrayc.com
www.openismus.com


_______________________________________________
maemo-developers mailing list
[email protected]
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to