[IronPython] IronPython/Gtk#/TreeView ??
Swaroop C H
swaroopch at gmail.com
Thu Apr 7 05:07:42 CEST 2005
On Apr 7, 2005 2:17 AM, Hector Miuler Malpica Gallegos <miuler at gmail.com> wrote:
> Hi, how I can use TreeView in IronPython?
> C#
> TreeStore StoreReportesDiario = new TreeStore (typeof (string), typeof
> (string));
> Python??
> StoreReportesDiario = Gtk.TreeStore()
I don't have an answer to your question, but there is an example
application in C# if anybody wants to help out Hector:
http://www.gotmono.com/docs/gnome/bindings/gtk-sharp/treeview.html
--
Swaroop C H
Blog: http://www.swaroopch.info
Book: http://www.byteofpython.info
More information about the Ironpython-users
mailing list