| [news.eclipse.platform.rcp] Re: ComboBox in main menubar |
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