[Mono-list] Re: Glade.WidgetAttribute problem

2005-10-26 Thread Raúl Reina Molina
Thank's to everybody. I've just corrected the problem. I'l give my solution in order to avoid another one having the same problem. The [Glade.WidgetAttribute]sentence need to be in the definition part of a class, not in the implementation one of any method, I mean, it must define a property of

Re: [Mono-list] Re: Glade.WidgetAttribute problem

2005-10-22 Thread Kornél Pál
with Attribute suffix as well. But note that this is a feature of the compiler rather than the runtime. Kornél - Original Message - From: "Raitskin Alexandr" <[EMAIL PROTECTED]> To: Sent: Saturday, October 22, 2005 12:22 PM Subject: Re: [Mono-list] Re: Glade.WidgetAttribute p

[Mono-list] Re: Glade.WidgetAttribute problem

2005-10-22 Thread Robert Jordan
Raitskin Alexandr wrote: I've always used [Glade.Widget] so far and not WidgetAttribute. What is the difference between the two? None. C# allows to abbreviate every attribute whose class name ends with "Attribute". Rob. ___ Mono-list maillist - Mo

Re: [Mono-list] Re: Glade.WidgetAttribute problem

2005-10-22 Thread Raitskin Alexandr
I've always used [Glade.Widget] so far and not WidgetAttribute. What is the difference between the two? Robert Jordan wrote: Raúl, I am trying to learn Linux programming using Mono, that's ok but I can't do so much things because I can't link code objects (variables) to Glade objects (widget

[Mono-list] Re: Glade.WidgetAttribute problem

2005-10-22 Thread Robert Jordan
Raúl, I am trying to learn Linux programming using Mono, that's ok but I can't do so much things because I can't link code objects (variables) to Glade objects (widgets). I know that I've to declare one variable per widget I want to use in my code, and I've to write a "[Glade.WidgetAttribute]" b