blob: 542f0b44fa4c80abf2468ba118c23b5cf30910a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
;; For GikEngine class
;; (define-virtual filter_keypress
;; (of-object "GikEngine")
;; (return-type "gboolean")
;; (parameters
;; '("GikEventKey*" "key")
;; )
;; )
;;
;; (define-virtual focus_in
;; (of-object "GikEngine")
;; (return-type "none")
;; )
;;
;; (define-virtual focus_out
;; (of-object "GikEngine")
;; (return-type "none")
;; )
;;
;; (define-virtual reset
;; (of-object "GikEngine")
;; (return-type "none")
;; )
|