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.
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to