[MonoDevelop] Special icons in Monodevelop toolbox for custom widgets
Mike Kestner
mkestner at gmail.com
Fri Sep 19 12:52:22 EDT 2008
On Fri, 2008-09-19 at 08:25 -0700, daniil00 wrote:
> Hi there,
>
> Is it possible to have special icons for my widgets in the Monodevelop
> toolbox ? I want to make a few nice icons for my Holly Widgets. Something
> like the ToolboxBitmap attribute from winforms.
No, not currently. Sounds like a something doable for 2.0 though if we
can come up with the right attribute to use.
System.Drawing.ToolboxBitmapAttribute has a string ctor. Maybe we could
parse that and use the value to access a resource. Probably don't need
to restrict it to S.D.Bitmaps. Could probably put anything loadable by
PixbufLoader in there.
Thoughts?
Mike
More information about the Monodevelop-list
mailing list