embedder (gb.qt4)
This class provides a control that can embed any other X11 window from
any other X11 application.
The embedded application should follow the
XEmbed protocol.
A Gambas application does not follow the XEmbed protocol by default. To follow it, the application must
get the window handle of the embedder control from the embedder application, and use the
Application.Embedder property
to embed itself into that embedder control.
If the embedded application does not follow the XEmbed protocol, then
focus handling, activation, accelerators and other features will not work properly.
embedder: This class does not exist.
See also