View Single Post
Posts: 20 | Thanked: 71 times | Joined on Sep 2009
#3
Originally Posted by code177 View Post
I've been chatting to tigert in #maemo and he's narrowed it down to Hildon Touch List.. Now we/i/someone just have to find it in the reference manuals..
the "hildon touch list" is the ui specification term for the list. See Hildon 2.2 Widget UI Specification for the mapping between terms and implementation.

Read the details from the doc in the link, but essentially you want to use hildon_pannable_area_new() and put hildon_gtk_treeview_new() inside it.

the list item layout is done as normal for gtktreeview. For more elaborate stuff, you use CustomCellRenderer. See opensource Maemo 5 apps on how to use it, or look up in gtktreeview documentation.
 

The Following 3 Users Say Thank You to msoini For This Useful Post: