Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Remove "input methods" item in popup menu
Remove "input methods" item in popup menu [message #447888] Tue, 21 December 2004 11:04 Go to next message
hortiz Mising name is currently offline hortiz Mising nameFriend
Messages: 96
Registered: July 2009
Member
Hi,

I've defined a popup menu on a Composite instance and I would like to
remove the "input methods" item. Is it possible and how ?

thanks
Helene
Re: Remove "input methods" item in popup menu [message #447899 is a reply to message #447888] Tue, 21 December 2004 16:10 Go to previous messageGo to next message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
Assuming GTK. You can't. If you add a key listener, then you are processing
keys for a control and need the popup menu to enable interational input,
just like every other GTK application.

"hortiz" <hortiz@nospam.com> wrote in message
news:cq900d$b6k$1@www.eclipse.org...
> Hi,
>
> I've defined a popup menu on a Composite instance and I would like to
> remove the "input methods" item. Is it possible and how ?
>
> thanks
> Helene
>
>
Re: Remove "input methods" item in popup menu [message #447951 is a reply to message #447899] Wed, 22 December 2004 08:28 Go to previous message
hortiz Mising name is currently offline hortiz Mising nameFriend
Messages: 96
Registered: July 2009
Member
Ok Steve,
Thanks for your quick answer
Helene


Steve Northover wrote:

> Assuming GTK. You can't. If you add a key listener, then you are processing
> keys for a control and need the popup menu to enable interational input,
> just like every other GTK application.

> "hortiz" <hortiz@nospam.com> wrote in message
> news:cq900d$b6k$1@www.eclipse.org...
>> Hi,
>>
>> I've defined a popup menu on a Composite instance and I would like to
>> remove the "input methods" item. Is it possible and how ?
>>
>> thanks
>> Helene
>>
>>
Previous Topic:Erasing something drawn with drawString
Next Topic:GridLayout: bug in method calculateGridDimensions?
Goto Forum:
  


Current Time: Fri Apr 26 03:19:56 GMT 2024

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

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

Back to the top