Update of /project/cells-gtk/cvsroot/root/cells-gtk In directory clnet:/tmp/cvs-serv2107/root/cells-gtk
Modified Files: packages.lisp Log Message: Applied patches from Andras Simon
--- /project/cells-gtk/cvsroot/root/cells-gtk/packages.lisp 2006/02/19 20:12:58 1.5 +++ /project/cells-gtk/cvsroot/root/cells-gtk/packages.lisp 2006/06/07 16:43:08 1.6 @@ -16,10 +16,61 @@
|#
+(in-package :cl-user) + (defpackage :cells-gtk (:nicknames :cgtk) - (:use :common-lisp :pod :cells :gtk-ffi)) - - - - + (:use :common-lisp :pod :cells :gtk-ffi) + (:export #:gtk-user-signals-quit + #:gtk-continuable-error + #:gtk-report-error + #:cgtk-set-active-item-by-path + #:gtk-combo-box-set-active + #:show-message + #:file-chooser + #:with-markup + #:push-message + #:pop-message + #:pulse + #:gtk-drawing-set-handlers + #:*gcontext* + #:with-pixmap + #:with-gc + #:draw-line + #:draw-text + #:draw-rectangle + #:insert-pixmap + #:register-gobject + #:gtk-app + #:gtk-reset + #:cells-gtk-init + #:title + #:icon + #:tooltips + #:tooltips-enable + #:tooltips-delay + #:start-app + #:gtk-global-callback-register + #:gtk-global-callback-funcall + #:def-populate-adds + #:populate-adds + #:with-text-iters + #:text-buffer-get-text + #:text-buffer-delete-text + #:text-buffer-insert-text + #:text-buffer-modified-p + #:text-view-scroll-to-position + #:gtk-text-buffer-get-iter-at-offset + #:gtk-text-buffer-create-mark + #:gtk-text-view-set-wrap-mode + #:gtk-text-view-set-editable + #:gtk-text-buffer-move-mark + #:gtk-text-view-scroll-mark-onscreen + #:mk-listbox + #:mk-treebox + #:def-columns + #:callback + #:callback-if + #:timeout-add + #:focus + #:widget-id))