Re: [gtkmm] TreeView selection question



> 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.

Murray Cumming
murrayc murrayc com
www.murrayc.com
www.openismus.com



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