Hi, how I can use TreeView in IronPython?

C#
TreeStore  StoreReportesDiario = new TreeStore (typeof (string), typeof (string));

Python??
StoreReportesDiario = Gtk.TreeStore()
_______________________________________________
users-ironpython.com mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to