Searched refs:toolbar (Results 1 – 4 of 4) sorted by relevance
314 toolbar
143 * New "Run Lint" toolbar action with a dropdown menu for selecting149 * The results window contains many new toolbar actions, including
221 ToolBar toolbar = manager.createControl(section); in createSectionActions() local222 section.setTextClient(toolbar); in createSectionActions()
165 void createToolbarItems(final ToolBar toolbar) { in createToolbarItems() argument166 final ToolItem popupMenuItem = new ToolItem(toolbar, SWT.PUSH); in createToolbarItems()175 Point point = toolbar.toDisplay(bounds.x, bounds.y + bounds.height); in createToolbarItems()