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
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
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
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
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