Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » view tab placement
view tab placement [message #450770] Fri, 18 February 2005 09:01 Go to next message
Eclipse UserFriend
Originally posted by: marc.bannink.wildher.nl

Is it possible to change the tab placment of the views.

normal swing tabs can be placed left right top bottom, swt tabs can
perhaps also be placed left right top bottom. i cannot find a way to
move the tabs from the top to the bottom.

Marc
Re: view tab placement [message #450841 is a reply to message #450770] Fri, 18 February 2005 14:47 Go to previous message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
TabFolder - you can create the widget with style SWT.BOTTOM to put the tabs
on the bottom.

CTabFolder - you can create the widget with style SWT.BOTTOM or you can
change location dynamically with CTabFolder.setTabPosition(SWT.BOTTOM).


"Marc Bannink" <marc.bannink@wildher.nl> wrote in message
news:cv4atk$qjf$1@www.eclipse.org...
> Is it possible to change the tab placment of the views.
>
> normal swing tabs can be placed left right top bottom, swt tabs can
> perhaps also be placed left right top bottom. i cannot find a way to move
> the tabs from the top to the bottom.
>
> Marc
Previous Topic:Dynamically show/hide Scrollbars in StyledText
Next Topic:Label.setImage() and Lable.setText()
Goto Forum:
  


Current Time: Wed Sep 25 20:01:04 GMT 2024

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

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

Back to the top