| Eclipse-like TabFolder with SWT [message #434690] |
Mon, 19 April 2004 06:46 |
Eclipse User |
|
|
|
Originally posted by: yuraukar.hotmail.com
I am trying to write a standalone
application using SWT.
What I am looking for is a way
to have my UI display a tab folder
on the left side, much like
Eclipse itself has the package
explorer and hierarchy, etc.
I placed a CTabFolder and have
created CTabItem pages in it.
My problems now are:
(1) The toolbar that appears in Eclipse
at the top right corner depends on
the currently selected tab item.
However, another post has indicated to
use CTabFolder.setTopRight to assign
a toolbar. Would I then have to listen
to selection change events and switch
the toolbar myself?
(2) Tab headers in eclipse have more
height and appear with a gradient (at least in M8
on windows).
This does not happen with my CTabFolder.
How do I accomplish this?
Specifically, my toolbar (see 1) is higher than
the tab headers, so it gets truncated.
(3) How is the close button (X) at
the right of each page header to be done?
Thanks for feedback.
Yuraukar.
|
|
|
Powered by
FUDForum. Page generated in 0.03506 seconds