Style | Description |
SWT.LEFT | Creates a left-aligned CLabel |
SWT.CENTER | Creates a center-aligned CLabel |
SWT.RIGHT | Creates a right-aligned CLabel |
SWT.SHADOW_IN | Creates a CLabel that appears recessed into the screen |
SWT.SHADOW_OUT | Creates a CLabel that appears to extrude from the screen |
SWT.SHADOW_NONE | Creates a CLabel thtat appears to shadow |
17.14.CLabel | ||||
17.14.1. | The CLabel Class | |||
17.14.2. | Label vs. CLabel | |||
17.14.3. | Creating a CLabel | |||
17.14.4. | CLabel: left and shadow in | |||
17.14.5. | CLabel: center and shadow out | |||
17.14.6. | CLabel: right and shadow none | |||
17.14.7. | To draw a gradient background: two colors | |||
17.14.8. | To draw a gradient background: three colors | |||
17.14.9. | Set the background image of a CLabel object |