[Gambas-user] how to use embedder?

Benoit Minisini gambas at ...1...
Wed Oct 5 21:49:35 CEST 2005


On Wednesday 05 October 2005 10:20, tetsuo wrote:
> Hi all, someone knows how to use "embedder" component in gambas 1.9.20?
> I didn't find anything about it...
>

Quickly:

- MyEmbedder.Embed(X11WindowId) to embed an existing window.
- MyEmbedded.Discard to cancel the embedding.

Or you can execute a child process by giving it the MyEmbedder.Id as argument, 
and, in the child process, call 'Application.Embedder = MyEmbedderIdArgument' 
to automatically embed the next opened window inside the parent process 
Embedder control.

Regards,

-- 
Benoit Minisini





More information about the User mailing list