[Gtk-sharp-list] Points/Lines and Glade

Jorge Garcia jgarcia@ac.upc.es
Fri, 02 Apr 2004 14:05:51 +0200


Hello,

I think you won't have the problem with static if you don't declare the
events as static. 

My problem was that I hadn't defined an ExposeEvent and nothing was
showed. Now it works.

Thank you,

Jorge



On dj, 2004-04-01 at 22:00, Sebastian Vorköper wrote:
> Ok,
> 
> Attached is what i came up with.
> It seams (for me) that if you use the keyword "static" with
> "[Glade.Widget]" something gets screwed up.
> Thats why i had to get the drawingarea (darea) manually with
> darea=(Gtk.DrawingArea)gxml.GetWidget("darea");
> 
> Greetings,
> Sebastian Vorköper
> sv@fogman.de
> 
>