Problems Sending Input/Focus to Plug Window - Solution

2014-08-28 Thread Benjamin Schnitzler
Ok, it's already implemented, though using a huge framework like gtk can sometimes make it a tough job to find the right trigger. The plug/socket example could be a bit more detailed, but I guess the gtk Developers are quite busy, like us ;). Anyways, here is the solution: socket->child_focus(Gtk:

Re: Problems Sending Input/Focus to Plug Window

2014-08-26 Thread Gaute Hope
Hi, I've had a similar problem when trying to give focus to a widget within the embedded window (from socket application). It seems that this is not really possible at the present moment. I've created an example with the plug-socket example code [0]. Here [1] is also a patch for a gtk_socket_focus

Problems Sending Input/Focus to Plug Window

2014-08-26 Thread Benjamin Schnitzler
Dear list members, I'm trying to create an unmanaged Gtk window containing one or more embedded windows (for example terminals). I'm having Problems focussing and sending input to these embedded windows. I already tried to embed an xterm and a urxvt window. At least the urxvt works correctly, if n