Re: How do I find out about the selection of a GtkListStore ?



On Tue, Oct 17, 2006 at 09:06:40PM +0800, Dongsheng Song wrote:
When I use GtkListStore, How do I find out about the selection?

GtkListStore is the model part, it has no selection.
Selection belongs to the view (GtkTreeView) part, and
gtk_tree_view_get_selection() gives you the selection
object.

Yeti


--
Whatever.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]