Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RWT Theming Reference > CCombo

CCombo

The theming of RWT CCombo.

Available CSS Properties

Properties that can be defined for this element:

  • background-color : color definition

    The background color used for the text field and the drop-down list of a CCombo.

  • border : border definition

    The border that is drawn around a CCombo.

  • color : color definition

    The text color used for the text field and the drop-down list of a CCombo.

  • font : font definition

    The font used for the text field and the drop-down list of a CCombo.

Applicable SWT Styles

SWT style flags that can be referred to in a selector for this element (as CSS attributes):

  • [BORDER]

    Style constant for bordered behavior.

Applicable States

none

CCombo-Button

The drop-down button of RWT CCombo.

Available CSS Properties

Properties that can be defined for this element:

  • background-color : color definition

    The background color of the drop-down button of the CCombo.

  • background-image : image url

    The icon for the CCombo drop-down button. The size of the image should be maximum 12 x 12 pixels.

  • border : border definition

    The border of the drop-down button of the CCombo.

Applicable SWT Styles

SWT style flags that can be referred to in a selector for this element (as CSS attributes):

  • [FLAT]

    Applies when style FLAT is set on the parent.

Applicable States

Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):

  • :hover

    Applies while the user hovers over the CCombo button.

CCombo-Field

The text field of RWT CCombo.

Available CSS Properties

Properties that can be defined for this element:

  • padding : box dimension

    Padding (inner distance) for ccombo text field.

Applicable SWT Styles

SWT style flags that can be referred to in a selector for this element (as CSS attributes):

  • [FLAT]

    Applies when style FLAT is set on the parent.

Applicable States

none

CCombo-List

The list of RWT CCombo.

Available CSS Properties

Properties that can be defined for this element:

  • border : border definition

    The border of the list of the CCombo.

Applicable SWT Styles

SWT style flags that can be referred to in a selector for this element (as CSS attributes):

  • [FLAT]

    Applies when style FLAT is set on the parent.

Applicable States

none


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire