Re: gtk.TreeView and editable cell
- From: "David M. Cook" <dave davidcook org>
- To: PyGTK List <pygtk daa com au>, Gtk App Devel <gtk-app-devel-list gnome org>
- Cc: "David M. Cook" <dave davidcook org>
- Subject: Re: gtk.TreeView and editable cell
- Date: Mon, 16 Dec 2002 00:14:25 -0800
On Sun, Dec 15, 2002 at 11:34:47PM -0800, David M. Cook wrote:
column = gtk.TreeViewColumn(colname, cell, text=i, editable=1)
this is exactly the behavior you would get: editability of cells would be
"slaved" to the value of column 1.
I forgot to mention that if you don't want to do this, you can use
column.set_property("editable", gtk.TRUE)
instead.
Dave
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]