Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » TabFolder with TabItems with own Popup Menu ?
TabFolder with TabItems with own Popup Menu ? [message #461098] Fri, 16 September 2005 04:01 Go to next message
Stephane  fournier is currently offline Stephane fournierFriend
Messages: 340
Registered: July 2009
Senior Member
Hi,

Does anyone know how to set a Popup Menu on a TabItem.
I found how to set a Menu on the TabFolder but in my case I need a popup
menu with a content related to the TabItem when right mouse click is
triggered (the TabItem could not be the selected tabItem for the TabFolder).

Another way is to get a dynamic content for the Menu set on the
TabFolder, but I need to listen to an event when mouse is moving over
the TabItems without selecting them....
My need is something close to the behavior of the CTabItem when the
mouse is over a not selected CTabItem ,a cross is displayed to close the
CTabItem without activating it...

Which event can I listen to ?

Thanks in advance,
Stephane.
Re: TabFolder with TabItems with own Popup Menu ? [message #461586 is a reply to message #461098] Mon, 26 September 2005 22:40 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
Unfortunately, there is no way to get the bounds of a TabItem on every
platform (specifically, the Mac does not support it). Therefore, at the
lowest level, we can't get what you want.

"St
Previous Topic:Automatically adjusting labels depending on system dpi
Next Topic:Text: highlight selected text
Goto Forum:
  


Current Time: Fri Apr 26 15:05:31 GMT 2024

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

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

Back to the top