Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » The meaning of SWT.EMBEDDED
The meaning of SWT.EMBEDDED [message #450533] Tue, 15 February 2005 09:07 Go to next message
Jaap Reitsma is currently offline Jaap ReitsmaFriend
Messages: 69
Registered: July 2009
Member
Hi all,

What is the style bit SWT.EMBEDDED (possibly used on Composites) exactly
doing and when should I use it? The documentation gives no clues.

Kind regards,

Jaap
Re: The meaning of SWT.EMBEDDED [message #450546 is a reply to message #450533] Tue, 15 February 2005 13:00 Go to previous message
Ivan Markov is currently offline Ivan MarkovFriend
Messages: 61
Registered: July 2009
Member
It does have meaning for SWT/Motif & SWT/GTK.
Essentially it implements the "embedder" side of the XEMBED protocol:
http://web.archive.org/web/20031115164724/www.freedesktop.or g/Standards/xembed-spec/xembed-spec-0.5.html

It allows you to host X11 widgets "foreign" to SWT in a SWT Composite. The
Gecko embedding code and the SWT_AWT interop are based on this flag.

-Ivan
Previous Topic:A post of appreciation to great answers to Veronika Irvine!!
Next Topic:getting the full path of a Tree selection
Goto Forum:
  


Current Time: Sat Apr 27 03:51:32 GMT 2024

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

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

Back to the top