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