
Update of /project/cells-gtk/cvsroot/root/gtk-ffi In directory clnet:/tmp/cvs-serv16868 Added Files: package.lisp Log Message: new file --- /project/cells-gtk/cvsroot/root/gtk-ffi/package.lisp 2006/06/08 14:58:24 NONE +++ /project/cells-gtk/cvsroot/root/gtk-ffi/package.lisp 2006/06/08 14:58:24 1.1 #| Gtk ffi Copyright (c) 2004 by Vasilis Margioulas <vasilism@sch.gr> You have the right to distribute and use this software as governed by the terms of the Lisp Lesser GNU Public License (LLGPL): (http://opensource.franz.com/preamble.html) This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lisp Lesser GNU Public License for more details. |# (in-package :cl-user) (defpackage :gtk-ffi (:use :common-lisp :pod) (:export #:+c-null+ #:int-slot-indexed #:load-gtk-libs #:uint #:c-pointer #:c-ptr-null #:c-array-ptr #:c-ptr #:c-string #:sint32 #:uint32 #:uint8 #:boolean #:ulong #:int #:long #:single-float #:double-float #:otherwise #:*gtk-debug* #:load-gtk-libs #:col-type-to-ffi-type #:deref-pointer-runtime-typed #:gtk-tree-iter #:with-g-value #:gtk-signal-connect #:gtk-signal-connect-swap #:gtk-object-set-property #:with-gtk-string #:get-gtk-string #:to-gtk-string #:with-gdk-threads #:make-gtk-tree-iter #:with-tree-iter #:gtk-widget-set-popup #:gvi #:gtk-list-store-new #:gtk-list-store-set #:gtk-list-store-set-items #:gtk-tree-store-new #:gtk-tree-store-set #:gtk-tree-store-set-kids #:gtk-tree-model-get-cell #:gtk-tree-view-render-cell #:gtk-file-chooser-get-filenames-strs))