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 > Display

Display

Dummy element used to define certain SWT system colors.

Available CSS Properties

Properties that can be defined for this element:

  • rwt-darkshadow-color : color definition

    Color used to draw (inner) shadow line in 3d borders. Defines the value of SWT.COLOR_WIDGET_DARK_SHADOW.

  • rwt-error-image : image url

    The image used for MessageBoxes with style SWT.ICON_ERROR. Also returned by Display#getSystemImage().

  • rwt-highlight-color : color definition

    Color used to draw (outer) highlight line in 3d borders. Defines the value of SWT.COLOR_WIDGET_HIGHLIGHT_SHADOW.

  • rwt-information-image : image url

    The image used for MessageBoxes with style SWT.ICON_INFORMATION. Also returned by Display#getSystemImage().

  • rwt-lightshadow-color : color definition

    Color used to draw (inner) highlight line in 3d borders. Defines the value of SWT.COLOR_WIDGET_LIGHT_SHADOW.

  • rwt-question-image : image url

    The image used for MessageBoxes with style SWT.ICON_QUESTION. Also returned by Display#getSystemImage().

  • rwt-selectionmarker-color : color definition

    Color used to mark selected items like TreeColumns and TabViews.

  • rwt-shadow-color : color definition

    Color used to draw (outer) shadow line in 3d borders. Defines the value of SWT.COLOR_WIDGET_NORMAL_SHADOW.

  • rwt-thinborder-color : color definition

    Color for thin lines as shown by Group, TabFolder headers, Table headers, etc. Defines the value of SWT.COLOR_WIDGET_BORDER.

  • rwt-warning-image : image url

    The image used for MessageBoxes with style SWT.ICON_WARNING. Also returned by Display#getSystemImage().

  • rwt-working-image : image url

    The image used for MessageBoxes with style SWT.ICON_WORKING. Also returned by Display#getSystemImage().

Applicable SWT Styles

none

Applicable States

none

ToolTip

Tooltips on SWT widgets, as set using setTooltipText().

Available CSS Properties

Properties that can be defined for this element:

  • background-color : color definition

    Background color for tooltips.

  • color : color definition

    Text color for tooltips.

Applicable SWT Styles

none

Applicable States

none


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