Refactored global key handling and frame logic.

This commit is contained in:
Tomeu Vizoso
2007-03-17 14:30:23 +01:00
parent 30ee6768a2
commit ebe043a4d2
6 changed files with 105 additions and 97 deletions
+10
View File
@@ -153,6 +153,16 @@
)
)
(define-method get_key
(of-object "SugarKeyGrabber")
(c-name "sugar_key_grabber_get_key")
(return-type "char*")
(parameters
'("guint" "keycode")
'("guint" "state")
)
)
;; From sugar-push-scroller.h
(define-function push_scroller_get_type