[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: ComboBox in main menubar
|
Thank you!
I have done it :)
Now I understand a design of these contributions :-)
Quiete good design.
BR,
Jan
"Kanchan Thukral" <kanchan.thukral@xxxxxxxxx> píse v diskusním príspevku
news:4164905.44281205149605569.JavaMail.root@xxxxxxxxxxxxxxxx
> for that you need to create IContributionItem via extending a class by
> ControlContribution.
>
> and override createControl(Composite aParent) method and add your Combo or
> any control which you want to add in ToolBar.
>
> i hope this will help you.
>
> Regards,
> Kanchan