[MonoDevelop] Third part widgets

Chris Wright dhasenan at gmail.com
Sun Jul 6 11:19:40 EDT 2008


2008/7/6 True_Friend <true.friend2004 at gmail.com>:
>
> There are some other widgets available for GTK# which are not shipped with
> mono and monodevelop. My question is this why not you add these to
> monodevelop's visual designer so they are available by default to new users.

It seems straightforward to add an item to the toolbox:
- Put a System.ComponentModel.ToolboxItemAttribute on the class.
- Put a System.ComponentModel.CategoryAttribute on the class.
Now you can load the stuff at runtime by going through some dialogs
(the + button in the toolbox). I didn't actually try this, but it
should be that straightforward.


More information about the Monodevelop-list mailing list