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

Slider

Slider controls

Available CSS Properties

Properties that can be defined for this element:

  • background-color : color definition

    Background color for slider

Applicable SWT Styles

none

Applicable States

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

  • :disabled

    Applies to disabled sliders.

Slider-Thumb

The movable thumb

Available CSS Properties

Properties that can be defined for this element:

  • background-color : color definition

    Background color for slider thumb

  • border : border definition

    Thumb border

Applicable SWT Styles

none

Applicable States

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

  • :hover

    On thumb roll over

  • :pressed

    On thumb pressed

Slider-DownButton

The button for decreasing selection value

Available CSS Properties

Properties that can be defined for this element:

  • background-color : color definition

    Background color for min button

  • background-image : image url

    Icon of the down button - horizontal. The max size of the image should be 16 x 16 pixels.

  • border : border definition

    Down button border

Applicable SWT Styles

none

Applicable States

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

  • :horizontal

    Corresponds to SWT.HORIZONTAL state of the slider.

  • :hover

    On button roll over

  • :pressed

    On button pressed

  • :vertical

    Corresponds to SWT.VERTICAL state of the slider.

Slider-UpButton

The button for increasing selection value

Available CSS Properties

Properties that can be defined for this element:

  • background-color : color definition

    Background color for up button

  • background-image : image url

    Icon of the up button - horizontal. The max size of the image should be 16 x 16 pixels.

  • border : border definition

    Up button border

Applicable SWT Styles

none

Applicable States

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

  • :horizontal

    Corresponds to SWT.HORIZONTAL state of the slider.

  • :hover

    On button roll over

  • :pressed

    On button pressed

  • :vertical

    Corresponds to SWT.VERTICAL state of the slider.


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