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. Any hint? do i need to create the "about" dialog by hand by using the Gnome.About class? thanks