[Mono-devel-list] glade-sharp and GnomeAbout Widget

Miguel de Icaza miguel at ximian.com
Thu Nov 25 19:14:23 EST 2004


Hello,

> i have a question related to Glade-Sharp
> from a .glade, how do i extract a "GnomeAbout" widget?
> I tried with:
> 
> Gnome.About about = (Gnome.About)gxml["about"];
> 
> . but looks like it doesn't work, since the object about
> is set to null.

If the value is set to null, it means that the Glade file does not
contain a widget named `about'.

Miguel



More information about the Mono-devel-list mailing list