Home / comp / gb.qt / embedder 
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration   
fr  de  es  it  nl  pl  pt  pt_BR  ca  ar  fa  vi  ja  ru  zh  zh_TW  eo 
Documentation
History
 
Embedder (gb.qt)
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.

Symbols
This class inherits Control.
This class is creatable.

Properties  Methods  Events 
Action  BackColor  Background  Client  Cursor  Design  Drop  Enabled  Expand  Font  ForeColor  Foreground  H  Handle  Height  Id  Ignore  Left  Mouse  Name  Next  Parent  Previous  ScreenX  ScreenY  Tag  ToolTip  Top  Visible  W  Width  Window  X  Y    Delete  Discard  Drag  Embed  Grab  Hide  Lower  Move  MoveScaled  Raise  Refresh  Reparent  Resize  ResizeScaled  SetFocus  Show    Close  DblClick  Drag  DragMove  Drop  Embed  Enter  Error  GotFocus  KeyPress  KeyRelease  Leave  LostFocus  Menu  MouseDown  MouseDrag  MouseMove  MouseUp  MouseWheel   

See also

Application.Embedder