Re: [gtkmm] TreeView selection question



On Wed, 2004-09-29 at 03:36, Murray Cumming wrote:
> > I have a treeview with two columns, first is a simple check button,
> > second column is a label.
> >
> > I'd like to be able to toggle the check buttons in various rows without
> > actually selecting the row.
> >
> > But of course, I don't know how to accomplish that.  Clues???
> 
> The view just shows the data in the model. So change the value in that
> column of that row in the model. The view will show the new value
> appropriately.

That's easy.  But I'm talking about user mouse-click interaction.  How
can I decide to not select the row if the user just toggled the checkbox
in the first column?

Regards,
Carl




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