Re: How to disable a cell in TreeView?



> In a ListStore, is there a way to avoid a single cell in a single row to
> be edited? Thank you in advance,

You'll probably want to use set_cell_data_func() for this, so that your
callback slot can set, for instance, property_editable() on the
appropriate row's cell, according to your own logic. I think we use this
in some of the treeview examples, or in the demo.


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]