guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gtk socket problems


From: Max
Subject: gtk socket problems
Date: Thu, 07 Aug 2014 16:06:25 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

Hi.

I'm trying to use guile-gtk with external program over socket interface.

I create gtk-socket in let* via
(gsock1 (make <gtk-socket>))

Than I append it to my main widget which gtk-notebook via
append-page-menu notebook gsock1

Unfortunately it fails with "Gtk-CRITICAL **: IA__gtk_socket_get_id: assertion
'GTK_WIDGET_ANCHORED (socket)' failed" error, the socket-id is always 0.

I've tried to go through docs but they are very brief and have no code examples 
:(

Any ideas what might get wrong in here?
Any references to code sample which shows how to use gtk-socket from guile 
properly?

cheers,
Max.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]