Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Css with Forms
Css with Forms [message #742377] Thu, 20 October 2011 08:47 Go to previous message
Sir Wayne is currently offline Sir Wayne
Messages: 170
Registered: July 2009
Senior Member
Hello,

can I style the Forms widget via css?

	FormToolkit toolkit = new FormToolkit(parent.getDisplay());

		Section section = toolkit.createSection(parent, Section.TITLE_BAR);
		section.setText("Forms Details CSS"); //$NON-NLS-1$
		final Composite client = toolkit.createComposite(section, SWT.WRAP);


Section{
    background-color: #e3efff #c1d5ef 60%;
}


 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic:Eclipse 4.2 update site?
Next Topic:How get width and height of a part
Goto Forum:
  


Current Time: Tue May 21 09:43:15 EDT 2013

Powered by FUDForum. Page generated in 0.02294 seconds