[Gtk-sharp-list] Glade# attribute problem

Mark Derricutt mark@talios.com
Tue, 08 Apr 2003 08:19:08 +1200


On Tue, 08 Apr 2003 23:49:18 +1200, Lee Mallabone wrote:

> So the short answer is that I suspect your problems will go away if you
> put your calls referring to [GladeWidget] members outside your
> constructor.

If this is so, maybe the tutorial should be changed:

http://www.go-mono.org/tutorial/html/en/gnome/bindings/glade/glade.html

The places the code is accessing the widgets in this place, are to provide
an additional initialization of the widgets, either window size, border
widths etc.

Where would one place these if not the constructor?  ( or another method
called by the constructor, which would probably have the same problem )?

Mark