Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "E4/CSS"

< E4
(SWT Mapping)
m
Line 1: Line 1:
=CSS=
 
 
 
==Overview==
 
==Overview==
  
Line 6: Line 4:
  
 
CSS style sheets can be used to modify SWT widget properties.  There is a [[E4/CSS/SWT_Mapping | table ]] showing the mapping between CSS properties and SWT widget calls.
 
CSS style sheets can be used to modify SWT widget properties.  There is a [[E4/CSS/SWT_Mapping | table ]] showing the mapping between CSS properties and SWT widget calls.
 +
 +
==Customize==
 +
*[[E4/CSS/Add Selector|Add Selection]]
 +
*[[E4/CSS/Add Styleable Property|Add Styleable Property]]

Revision as of 17:16, 29 May 2009

Overview

SWT Mapping

CSS style sheets can be used to modify SWT widget properties. There is a table showing the mapping between CSS properties and SWT widget calls.

Customize

Back to the top