Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 11:18 Go to next message
Fabian Wolf is currently offline Fabian WolfFriend
Messages: 96
Registered: July 2009
Member
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 12:21 Go to previous message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
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: Fri Apr 19 03:41:13 GMT 2024

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

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

Back to the top