[Gtk-sharp-list] Glade

Miguel de Icaza miguel@ximian.com
Sun, 22 Feb 2004 12:30:28 -0500


Hello,

> Is it possible to make custom widgets with Glade, then add them to a
> container at run time. Something like the User Controls that are a
> feature of C# with MS Visual Studio. The reason I ask is that I want to
> put all the GUI components for a discrete business operation, (use
> case), in the custom widget. All events are handled in a corresponding

Yes, it is possible.

Monodoc and mPhoto do this: they just leave empty spots where they can
"add" widgets later on.

Just track the name of the container, and then do the Add from the
source code.