Re: GTK Socket and reparenting
- From: Denis Linvinus <linvinus gmail com>
- To: Michal Fizek <fizek michal centrum cz>
- Cc: gtk-app-devel-list gnome org, Gnome List <gtk-list gnome org>
- Subject: Re: GTK Socket and reparenting
- Date: Tue, 26 Nov 2013 17:54:36 +0400
i'm not sure that understand you correctly
but, try to return true on connect event of the socket.
for example
var sock = new Gtk.Socket();
sock.plug_removed.connect(()=>{
return true;//important! allow reuse of socket
});
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]