[MonoDevelop] Question about GUI designer

Fredrik Nilsson jymdman at gmail.com
Tue Apr 18 12:05:56 EDT 2006


Thank you!

Exactly what I was looking for! :)  Don't know why I didn't see that...

Can't use 2 and 3 though because I load the plugins dynamically.
But at least I can create the GUI with the designer now...

Any news on the menu and toolbar designer (using ui manager)??

Keep up the good work!

/Fredrik

Lluis Sanchez skrev:
> 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