I think he was talking about GTK#'s TreeView widget.
On Apr 7, 2005 8:29 AM, Scott Hatfield <[EMAIL PROTECTED]> wrote:
>
>
>
> # Here's a trivial example
>
>
>
> import sys
>
> sys.LoadAssemblyByName("System.Drawing")
>
> sys.LoadAssemblyByName("System.Windows.Forms")
>
>
>
>
Hi Ying-Shen,
Reporting the bug like this is completely sufficient. GDN is good place
to enter bugs, but sending email is just as good. Thanks for the report!
Thanks and keep in touch
Martin
> Ying-Shen wrote:
> Subject: [IronPython] Bug Report
>
> Hi,
>
> I knew GDN bug tracker maybe the righ
Hi,
I knew GDN bug tracker maybe the right place for this issue, but
unfortunatelly due to some limitations, I don't have access to that
site, so I apologize to post it here.
I was playing with IronPython 0.7.1 and want to generate a method list
for string, basically I'm using the code snippet
# Here’s a trivial example
import sys
sys.LoadAssemblyByName("System.Drawing")
sys.LoadAssemblyByName("System.Windows.Forms")
from System.Windows.Forms import *
from System.Drawing import *
f = Form(Text="Trivial TreeView Example")
f.FormBorderStyle =
FormBorderStyle.FixedD