75767778798081
public PopupMenu(Control control) { this(control, true); } public PopupMenu(Control control, boolean autoDetect) { this(control, new VS2005ThemeRender(), autoDetect); }
123124125126127128129
private static final int DRAW_FLAGS = SWT.DRAW_TAB | SWT.DRAW_TRANSPARENT | SWT.DRAW_DELIMITER; public CToolBar(Composite parent, int style) { this(parent, style, new VS2005ThemeRender()); }
109110111112113114115
private int trackItemIndex = -1; public MenuBar(Composite parent, int style) { this(parent, style, new VS2005ThemeRender()); }