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

Preferred method for updating the model behind a combobox?

2014-08-26 Thread Mike Fleetwood
To: gtk-app-devel-list@gnome.org Subject: Preferred method for updating the model behind a combobox? Hi, Is there is a preferred method for updating the model behind a combobox while it is displayed to avoid flicker? Original code did: 1) Clear liststore model, changing the active item! > Com