The theming of RWT CCombo.
Properties that can be defined for this element:
The background color used for the text field and the drop-down list of a CCombo.
The border that is drawn around a CCombo.
The text color used for the text field and the drop-down list of a CCombo.
The font used for the text field and the drop-down list of a CCombo.
SWT style flags that can be referred to in a selector for this element (as CSS attributes):
Style constant for bordered behavior.
none
The drop-down button of RWT CCombo.
Properties that can be defined for this element:
The background color of the drop-down button of the CCombo.
The icon for the CCombo drop-down button. The size of the image should be maximum 12 x 12 pixels.
The border of the drop-down button of the CCombo.
SWT style flags that can be referred to in a selector for this element (as CSS attributes):
Applies when style FLAT is set on the parent.
Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):
Applies while the user hovers over the CCombo button.
The text field of RWT CCombo.
Properties that can be defined for this element:
Padding (inner distance) for ccombo text field.
SWT style flags that can be referred to in a selector for this element (as CSS attributes):
Applies when style FLAT is set on the parent.
none
The list of RWT CCombo.
Properties that can be defined for this element:
The border of the list of the CCombo.
SWT style flags that can be referred to in a selector for this element (as CSS attributes):
Applies when style FLAT is set on the parent.
none