[Gtk-sharp-list] Gtk.ListStore

Adam Tauno Williams awilliam at whitemice.org
Fri Apr 6 10:25:49 UTC 2012


On Sat, 2012-03-31 at 20:23 -0300, Jesus Eguiluz wrote:
> How can add columns at run-time to a Gtk.ListStore?

cell = gtk.CellRendererText()
column = gtk.TreeViewColumn(title, cell, text=0)
treeview.append_column(column)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.ximian.com/pipermail/gtk-sharp-list/attachments/20120406/29ff7158/attachment.pgp>


More information about the Gtk-sharp-list mailing list