Getting selection from a CList?



Hmmm... here's a basic question.

The function gtk_clist_set_selection_mode() (or, equivalently, method
CList->set_selection_mode() ) lets you say what the "selection" of a Clist
is; it's a GList of some sort.

How do you actually _get_ at this selection?  There don't seem to be any
functions to do so.  The only way I can see to do it is to create
callbacks that catch the select and unselect signals for everything, and
keep track of the list myself.  This seems tiresome, though, since
obviously the widgets got the information in there somewhere.  Is there
something obvious I have missed?

Thanks,

-Rob

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
==== Rob Knop ===== rknop@lbl.gov ====== http://panisse.lbl.gov/~rknop ======



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