Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Rounded tabs instead of rectangular ones
Rounded tabs instead of rectangular ones [message #445105] Tue, 26 October 2004 07:18 Go to next message
Eclipse UserFriend
Hi,

I'm working on a stand-alone swt app. When using tabs I get those with the
rectangular look. How would I get the nice rounded ones as seen in eclipse
[1]?
Has it got anything to do with the style parameter?? Right now I'm passing
SWT.NONE.

Thanks for help!
Fabian


[1]
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/pde-ui-h ome/working/EclipseForms/Eclips1.gif
Re: Rounded tabs instead of rectangular ones [message #445107 is a reply to message #445105] Tue, 26 October 2004 08:21 Go to previous message
Eclipse UserFriend
CTabFolder folder = new CTabFolder(parent, SWT.BORDER)
folder.setSimple(false);

"Fabian Wolf" <Fabian.Wolf@informatik.uni-ulm.de> wrote in message
news:cllbf4$c6n$1@eclipse.org...
> Hi,
>
> I'm working on a stand-alone swt app. When using tabs I get those with the
> rectangular look. How would I get the nice rounded ones as seen in eclipse
> [1]?
> Has it got anything to do with the style parameter?? Right now I'm passing
> SWT.NONE.
>
> Thanks for help!
> Fabian
>
>
> [1]
> http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/pde-ui-h ome/working/EclipseForms/Eclips1.gif
Previous Topic:SashForm - disable resize?
Next Topic:MultiPageEditor
Goto Forum:
  


Current Time: Sat Jul 05 11:13:47 EDT 2025

Powered by FUDForum. Page generated in 0.26492 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top