chiark / gitweb /
CMUCL will now use LOAD-FOREIGN to load shared libraries instead of the internal...
[clg] / gtk / gtk.lisp
index 7befb342d5fad0fdfd23ea60868edcbe50d991bb..3356515a8ce78da67a25abe76ba8ba9c2efc3afd 100644 (file)
@@ -15,7 +15,7 @@
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-;; $Id: gtk.lisp,v 1.36 2005/02/25 23:58:56 espen Exp $
+;; $Id: gtk.lisp,v 1.38 2005/02/27 12:37:01 espen Exp $
 
 
 (in-package "GTK")
@@ -62,6 +62,17 @@ (defun clg-init (&optional display)
       (setq *max-event-to-usec* 1000))))
 
 
+;;; Misc
+
+(defbinding grab-add () nil
+  (widget widget))
+
+(defbinding grab-get-current () widget)
+
+(defbinding grab-remove () nil
+  (widget widget))
+
+
 ;;; About dialog
 
 #+gtk2.6