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
users-ironpython.com@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to