[Mono-list] How to add a combobox to a toolbar

Darwin Reynoso monouser at gmail.com
Fri Jan 4 17:50:15 EST 2008


Thanks i tried your example but it din't work. can somebody please post an
example using monodevelop

On Jan 3, 2008 12:16 PM, Iggy <iggy.ma at gmail.com> wrote:

> well I dont know about Stetic, because I dont use MonoDevelop, but in
> code its pretty easy.
>
> Toolbar tb = new Toolbar();
> ComboBox cb = ComboBox.NewText();
> tb.Add(cb);
>
>
>
>
> On Jan 2, 2008 7:52 PM, Darwin Reynoso <monouser at gmail.com> wrote:
> > Hi,
> > Can someone please help me. i need to add a combobox to a toolbar using
> > stetic but
> > i'm new to monodevelop and i have no clue.
> >
> > thanks
> >
> > _______________________________________________
> > Mono-list maillist  -  Mono-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-list
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20080104/d4320b97/attachment.html 


More information about the Mono-list mailing list