Skip to main content

Notice: This Wiki is now read only and edits are no longer 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
(New page: =CSS= ==Overview== ==SWT Mapping== CSS style sheets can be used to modify SWT widget properties. There is a table showing the mapping between CSS propertie...)
 
(SWT Mapping)
Line 5: Line 5:
 
==SWT Mapping==
 
==SWT Mapping==
  
CSS style sheets can be used to modify SWT widget properties.  There is a [[E4/CSS/SWT_Properties | 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.

Revision as of 15:15, 23 February 2009

CSS

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.

Back to the top