chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4fac77f
)
Added bindings for pointer grabbing
author
espen
<espen>
Sat, 26 Feb 2005 18:55:41 +0000
(18:55 +0000)
committer
espen
<espen>
Sat, 26 Feb 2005 18:55:41 +0000
(18:55 +0000)
gtk/gtk.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gtk/gtk.lisp
b/gtk/gtk.lisp
index 6cd1d0e617e13a5a59b54380895d4448c48a5e74..34b9cecdd1cf549e9c3db9f27233f8414ad5234d 100644
(file)
--- a/
gtk/gtk.lisp
+++ b/
gtk/gtk.lisp
@@
-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
;; 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.3
6 2005-02-25 23:58:56
espen Exp $
+;; $Id: gtk.lisp,v 1.3
7 2005-02-26 18:55:41
espen Exp $
(in-package "GTK")
(in-package "GTK")
@@
-62,6
+62,17
@@
(defun clg-init (&optional display)
(setq *max-event-to-usec* 1000))))
(setq *max-event-to-usec* 1000))))
+;;; Misc
+
+(defbinding grab-add () nil
+ (widget widget))
+
+(defbinding grab-get-curent () widget)
+
+(defbinding grab-remove () nil
+ (widget widget))
+
+
;;; About dialog
#+gtk2.6
;;; About dialog
#+gtk2.6