crategus / cl-cffi-gtk

cl-cffi-gtk is a Lisp binding to the GTK+ 3 library.
http://www.crategus.com/books/cl-cffi-gtk
146 stars 33 forks source link

Function gtk-fixed-move gives a Gtk-CRITICAL error #4

Closed crategus closed 12 years ago

crategus commented 12 years ago

The tutorial example for GtkFixed gives an error when trying to move the button.

This is the build info:

cl-cffi-gtk version: 0.0.0 cl-cffi-gtk build date: 22:14 2/26/2012 GTK+ version: 2.24.4 Machine type: X86 Machine version: Intel(R) Pentium(R) M processor 1.73GHz Software type: Linux Software version: 2.6.38-13-generic Lisp implementation type: SBCL Lisp implementation version: 1.0.53

NIL

The following error occurs when pressing a button on the window. The origin of the error is the function gtk-fixed-move.