Re: Unselectable CList?




Michael Babcock <mbabcock@la.creatureshop.henson.com> writes:

> I am using a CList simply to display some information, so there is no
> point in having one of the rows highlight when a user clicks it, it just
> gives false feedback. Is there any way to do something like a
> (hypothetical) GTK_SELECTION_NONE?

If you set up a select_row() handler that deselects the row,
then it will never be drawn in the selected state.
(OK, that's sort of ugly, but it works.)

Regards,
                                        Owen



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