Constant | Description |
SWT.FLAT | Makes the toolbar items flat; only the button under the mouse pointer appears raised. |
SWT.WRAP | Wraps the toolbar buttons; this style has no effect on Windows. |
SWT.RIGHT | Right aligns the toolbar. |
SWT.HORIZONTAL | Draws a horizontal toolbar. |
SWT.VERTICAL | Draws a vertical toolbar. |
SWT.SHADOW_OUT | Draw a shadow around the toolbar. |
17.64.ToolBar | ||||
17.64.1. | ToolBar Constants | |||
17.64.2. | A toolbar can be horizontal or vertical. | |||
17.64.3. | Add Buttons to ToolBar | |||
17.64.4. | Add ToolItem to ToolBar | |||
17.64.5. | ToolBar: create tool bar with normal, hot and disabled images. | |||
17.64.6. | ToolBar: wrap on resize | |||
17.64.7. | Place a drop down menu in a tool bar | |||
17.64.8. | Add a combo box in a tool bar |