[MonoDevelop] Question about GUI designer

Lluis Sanchez lluis at ximian.com
Tue Apr 18 07:04:59 EDT 2006


El vie, 14-04-2006 a las 14:15 +0200, Fredrik Nilsson escribió:
> Hi,
> 
> Can I use the GUI designer to create a top widget for a plugin.
> When using glade, you can specifiy what widget to begin to build from,
> like this:
> 
>         Glade.XML gxml = Glade.XML.FromAssembly (" ui.glade",
> "main_vbox", null);
> 
> The specified example do not create the window, but starts at
> main_vbox instead.
> I can then easily add the main_vbox to a notebook page.
> 
> Is this something I can do with the GUI designer in MD 0.10?

Yes:
     1. Create a new Widget instead of a new Window.
     2. Compile the project. The widget will appear in the widget
        palette.
     3. Drag the new widget to your notebook page.

Lluis.



More information about the Monodevelop-list mailing list