[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Treeview with editable checkboxes besides items?
- From: smso graduate hku hk
- To: gtkmm-list gnome org
- Subject: Re: Treeview with editable checkboxes besides items?
- Date: Mon, 18 Jun 2007 02:00:39 +0800
Maybe you need an extra arg for "add_attribute()":
pColumn->add_attribute(..., ..., COL);
where COL is the column (int) of the model (Gtk::TreeStore or Gtk::ListStore)
associated with the view
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]