Dependencies:
Utils-kt: http://common-lisp.net/cgi-bin/viewcvs.cgi/cell-cultures/utils-kt/utils-kt.tar.gz?tarball=1&cvsroot=cells
Cells: http://common-lisp.net/cgi-bin/viewcvs.cgi/cell-cultures/cells/cells.tar.gz?tarball=1&cvsroot=cells

On windows install
   Gtk: http://prdownloads.sourceforge.net/gimp-win/gtk%2B-2.4.10-20041001-setup.zip?download


Edit load.lisp and adjust the paths.

CL> (load "load.lisp")

For a sample application

CL> (cells-gtk:start-app 'test-gtk::test-gtk)

Note: On windows under emacs with slime, gtk window dont popups. You must start the application from a dos prompt.


Tested on:
    Windows xp with gtk 2.4.10 and clisp 2.33
    Linux (fedora 2) with clisp 2.33

Known bugs:
    On Windows: Clisp crash if    
    [My Computer]-> [Properties]-> [Advanced]-> [Perfomance Settings]-> [Show windows contents while dragging] is set 
    and resize the window while viewing a listbox or treebox.
